#A0AF5E

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

Shades of Green Smoke #A0AF5E

Tints of Green Smoke #A0AF5E

Color information

#A0AF5E (or 0xA0AF5E) is unknown color: approx Green Smoke. HEX triplet: A0, AF and 5E. RGB value is (160,175,94). Sum of RGB (Red+Green+Blue) = 160+175+94=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF5E is #5F50A1. Grayscale: #A1A1A1. Windows color (decimal): -6246562 or 6205344. OLE color: 6205344.

HSL color Cylindrical-coordinate representation of color #A0AF5E: hue angle of 71.11º degrees, saturation: 0.34, 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 #A0AF5E is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB16017594-
CMYK0.0900.460.31
HSL71.11º33.61%52.75%-
HSV(B)71.11º46.29%68.63%-
XYZ31.8538.9416.43-
YUV161.2890.03127.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=37.30%
G=40.79%
B=21.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160175940.0900.460.3171.1133.6152.75
HexA0AF5E902E1F472235
Octal24025713611056371074265
Binary1010000010101111101111010010101110111111000111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF5E; }

 p { color: rgb(160,175,94); }

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

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

 a { background-color: rgb(160,175,94); }

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

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

 span { border-color: rgb(160,175,94); }

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