#A9AF6D

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

Shades of Green Smoke #A9AF6D

Tints of Green Smoke #A9AF6D

Color information

#A9AF6D (or 0xA9AF6D) is unknown color: approx Green Smoke. HEX triplet: A9, AF and 6D. RGB value is (169,175,109). Sum of RGB (Red+Green+Blue) = 169+175+109=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF6D is #565092. Grayscale: #A5A5A5. Windows color (decimal): -5656723 or 7188393. OLE color: 7188393.

HSL color Cylindrical-coordinate representation of color #A9AF6D: hue angle of 65.45º 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 #A9AF6D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB169175109-
CMYK0.0300.380.31
HSL65.45º29.2%55.69%-
HSV(B)65.45º37.71%68.63%-
XYZ34.4540.220.41-
YUV165.6896.01130.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=37.31%
G=38.63%
B=24.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751090.0300.380.3165.4529.255.69
HexA9AF6D30261F411d38
Octal2512571553046371013570
Binary1010100110101111110110111010011011111100000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF6D; }

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

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

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

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

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

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

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

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