#A0A866

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

Shades of Green Smoke #A0A866

Tints of Green Smoke #A0A866

Color information

#A0A866 (or 0xA0A866) is unknown color: approx Green Smoke. HEX triplet: A0, A8 and 66. RGB value is (160,168,102). Sum of RGB (Red+Green+Blue) = 160+168+102=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A866 is #5F5799. Grayscale: #9E9E9E. Windows color (decimal): -6248346 or 6727840. OLE color: 6727840.

HSL color Cylindrical-coordinate representation of color #A0A866: hue angle of 67.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0A866 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB160168102-
CMYK0.0500.390.34
HSL67.27º27.5%52.94%-
HSV(B)67.27º39.29%65.88%-
XYZ30.936.4417.98-
YUV158.0896.35129.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 168 (66.02% from 255) = 39.07%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=37.21%
G=39.07%
B=23.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601681020.0500.390.3467.2727.552.94
HexA0A866502722431c35
Octal2402501465047421033465
Binary101000001010100011001101010100111100010100001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A866; }

 p { color: rgb(160,168,102); }

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

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

 a { background-color: rgb(160,168,102); }

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

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

 span { border-color: rgb(160,168,102); }

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