#A4AF5F

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

Shades of Green Smoke #A4AF5F

Tints of Green Smoke #A4AF5F

Color information

#A4AF5F (or 0xA4AF5F) is unknown color: approx Green Smoke. HEX triplet: A4, AF and 5F. RGB value is (164,175,95). Sum of RGB (Red+Green+Blue) = 164+175+95=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF5F is #5B50A0. Grayscale: #A2A2A2. Windows color (decimal): -5984417 or 6270884. OLE color: 6270884.

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

Color convert

RGB16417595-
CMYK0.0600.460.31
HSL68.25º33.33%52.94%-
HSV(B)68.25º45.71%68.63%-
XYZ32.7139.3816.7-
YUV162.5989.86129-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 95 (37.5% from 255) = 21.89%
R=37.79%
G=40.32%
B=21.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164175950.0600.460.3168.2533.3352.94
HexA4AF5F602E1F442135
Octal2442571376056371044165
Binary101001001010111110111111100101110111111000100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF5F; }

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

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

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

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

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

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

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

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