#A2A15A

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

Shades of Green Smoke #A2A15A

Tints of Green Smoke #A2A15A

Color information

#A2A15A (or 0xA2A15A) is unknown color: approx Green Smoke. HEX triplet: A2, A1 and 5A. RGB value is (162,161,90). Sum of RGB (Red+Green+Blue) = 162+161+90=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A15A is #5D5EA5. Grayscale: #999999. Windows color (decimal): -6119078 or 5939618. OLE color: 5939618.

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

Color convert

RGB16216190-
CMYK00.010.440.36
HSL59.17º28.57%49.41%-
HSV(B)59.17º44.44%63.53%-
XYZ29.4933.9114.66-
YUV153.292.33134.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=39.23%
G=38.98%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621619000.010.440.3659.1728.5749.41
HexA2A15A012C243b1d31
Octal242241132015444733561
Binary101000101010000110110100110110010010011101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A15A; }

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

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

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

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

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

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

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

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