#A4AF6D

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

Shades of Green Smoke #A4AF6D

Tints of Green Smoke #A4AF6D

Color information

#A4AF6D (or 0xA4AF6D) is unknown color: approx Green Smoke. HEX triplet: A4, AF and 6D. RGB value is (164,175,109). Sum of RGB (Red+Green+Blue) = 164+175+109=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF6D is #5B5092. Grayscale: #A4A4A4. Windows color (decimal): -5984403 or 7188388. OLE color: 7188388.

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

Color convert

RGB164175109-
CMYK0.0600.380.31
HSL70º29.2%55.69%-
HSV(B)70º37.71%68.63%-
XYZ33.439.6620.36-
YUV164.1996.86127.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 109 (42.97% from 255) = 24.33%
R=36.61%
G=39.06%
B=24.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751090.0600.380.317029.255.69
HexA4AF6D60261F461d38
Octal2442571556046371063570
Binary10100100101011111101101110010011011111100011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF6D; }

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

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

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

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

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

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

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

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