#A2A164

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

Shades of Green Smoke #A2A164

Tints of Green Smoke #A2A164

Color information

#A2A164 (or 0xA2A164) is unknown color: approx Green Smoke. HEX triplet: A2, A1 and 64. RGB value is (162,161,100). Sum of RGB (Red+Green+Blue) = 162+161+100=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A164 is #5D5E9B. Grayscale: #9A9A9A. Windows color (decimal): -6119068 or 6594978. OLE color: 6594978.

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

Color convert

RGB162161100-
CMYK00.010.380.36
HSL59.03º25%51.37%-
HSV(B)59.03º38.27%63.53%-
XYZ29.9534.0917.06-
YUV154.3497.33133.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=38.30%
G=38.06%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216110000.010.380.3659.032551.37
HexA2A1640126243b1933
Octal242241144014644733163
Binary101000101010000111001000110011010010011101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A164; }

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

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

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

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

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

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

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

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