#A0A066

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

Shades of Green Smoke #A0A066

Tints of Green Smoke #A0A066

Color information

#A0A066 (or 0xA0A066) is unknown color: approx Green Smoke. HEX triplet: A0, A0 and 66. RGB value is (160,160,102). Sum of RGB (Red+Green+Blue) = 160+160+102=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A066 is #5F5F99. Grayscale: #999999. Windows color (decimal): -6250394 or 6725792. OLE color: 6725792.

HSL color Cylindrical-coordinate representation of color #A0A066: hue angle of 60º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0A066 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB160160102-
CMYK000.360.37
HSL60º23.39%51.37%-
HSV(B)60º36.25%62.75%-
XYZ29.4733.5717.5-
YUV153.3999132.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 102 (40.23% from 255) = 24.17%
R=37.91%
G=37.91%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160160102000.360.376023.3951.37
HexA0A0660024253c1733
Octal240240146004445742763
Binary101000001010000011001100010010010010111110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A066; }

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

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

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

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

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

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

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

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