#A4AF5A

Color #A4AF5A Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A4AF5A

Tints of Green Smoke #A4AF5A

Color information

#A4AF5A (or 0xA4AF5A) is unknown color: approx Green Smoke. HEX triplet: A4, AF and 5A. RGB value is (164,175,90). Sum of RGB (Red+Green+Blue) = 164+175+90=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF5A is #5B50A5. Grayscale: #A2A2A2. Windows color (decimal): -5984422 or 5943204. OLE color: 5943204.

HSL color Cylindrical-coordinate representation of color #A4AF5A: hue angle of 67.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4AF5A is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB16417590-
CMYK0.0600.490.31
HSL67.76º34.69%51.96%-
HSV(B)67.76º48.57%68.63%-
XYZ32.4939.2915.54-
YUV162.0287.36129.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=38.23%
G=40.79%
B=20.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164175900.0600.490.3167.7634.6951.96
HexA4AF5A60311F442334
Octal2442571326061371044364
Binary101001001010111110110101100110001111111000100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF5A; }

 p { color: rgb(164,175,90); }

 H1.HeaderClassName
 {
   color: #A4AF5A;
 }
 .AnyTagClassName
 {
   color: #A4AF5A;
 }
</style>
background-color css

<style>
 a { background-color: #A4AF5A; }

 a { background-color: rgb(164,175,90); }

 div.DivClassName
 {
   background-color: #A4AF5A;
 }
 .BgClassName
 {
   background-color: #A4AF5A;
 }
</style>
border-color css

<style>
 span { border-color: #A4AF5A; }

 span { border-color: rgb(164,175,90); }

 td.TdClassName
 {
   border-color: #A4AF5A;
 }
 .TagClassName
 {
   border-color: #A4AF5A;
 }
</style>