#A2A166

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

Shades of Green Smoke #A2A166

Tints of Green Smoke #A2A166

Color information

#A2A166 (or 0xA2A166) is unknown color: approx Green Smoke. HEX triplet: A2, A1 and 66. RGB value is (162,161,102). Sum of RGB (Red+Green+Blue) = 162+161+102=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A166 is #5D5E99. Grayscale: #9A9A9A. Windows color (decimal): -6119066 or 6726050. OLE color: 6726050.

HSL color Cylindrical-coordinate representation of color #A2A166: hue angle of 59º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2A166 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB162161102-
CMYK00.010.370.36
HSL59º24.39%51.76%-
HSV(B)59º37.04%63.53%-
XYZ30.0434.1317.57-
YUV154.5798.33133.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 161 (63.28% from 255) = 37.88%
BLUE value IS 102 (40.23% from 255) = 24%
R=38.12%
G=37.88%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216110200.010.370.365924.3951.76
HexA2A1660125243b1834
Octal242241146014544733064
Binary101000101010000111001100110010110010011101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A166; }

 p { color: rgb(162,161,102); }

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

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

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

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

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

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

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