#A2A156

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

Shades of Green Smoke #A2A156

Tints of Green Smoke #A2A156

Color information

#A2A156 (or 0xA2A156) is unknown color: approx Green Smoke. HEX triplet: A2, A1 and 56. RGB value is (162,161,86). Sum of RGB (Red+Green+Blue) = 162+161+86=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A156 is #5D5EA9. Grayscale: #999999. Windows color (decimal): -6119082 or 5677474. OLE color: 5677474.

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

Color convert

RGB16216186-
CMYK00.010.470.36
HSL59.21º30.65%48.63%-
HSV(B)59.21º46.91%63.53%-
XYZ29.3233.8413.79-
YUV152.7590.33134.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 161 (63.28% from 255) = 39.36%
BLUE value IS 86 (33.98% from 255) = 21.03%
R=39.61%
G=39.36%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621618600.010.470.3659.2130.6548.63
HexA2A156012F243b1f31
Octal242241126015744733761
Binary101000101010000110101100110111110010011101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A156; }

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

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

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

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

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

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

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

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