#A9AF6E

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

Shades of Green Smoke #A9AF6E

Tints of Green Smoke #A9AF6E

Color information

#A9AF6E (or 0xA9AF6E) is unknown color: approx Green Smoke. HEX triplet: A9, AF and 6E. RGB value is (169,175,110). Sum of RGB (Red+Green+Blue) = 169+175+110=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF6E is #565091. Grayscale: #A6A6A6. Windows color (decimal): -5656722 or 7253929. OLE color: 7253929.

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

Color convert

RGB169175110-
CMYK0.0300.370.31
HSL65.54º28.89%55.88%-
HSV(B)65.54º37.14%68.63%-
XYZ34.5140.2220.7-
YUV165.896.51130.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=37.22%
G=38.55%
B=24.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751100.0300.370.3165.5428.8955.88
HexA9AF6E30251F421d38
Octal2512571563045371023570
Binary1010100110101111110111011010010111111100001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF6E; }

 p { color: rgb(169,175,110); }

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

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

 a { background-color: rgb(169,175,110); }

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

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

 span { border-color: rgb(169,175,110); }

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