#A2AB56

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

Shades of Green Smoke #A2AB56

Tints of Green Smoke #A2AB56

Color information

#A2AB56 (or 0xA2AB56) is unknown color: approx Green Smoke. HEX triplet: A2, AB and 56. RGB value is (162,171,86). Sum of RGB (Red+Green+Blue) = 162+171+86=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB56 is #5D54A9. Grayscale: #9E9E9E. Windows color (decimal): -6116522 or 5680034. OLE color: 5680034.

HSL color Cylindrical-coordinate representation of color #A2AB56: hue angle of 66.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2AB56 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB16217186-
CMYK0.0500.500.33
HSL66.35º33.6%50.39%-
HSV(B)66.35º49.71%67.06%-
XYZ31.1437.4814.4-
YUV158.6287.02130.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=38.66%
G=40.81%
B=20.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162171860.0500.500.3366.3533.650.39
HexA2AB56503221422232
Octal2422531265062411024262
Binary1010001010101011101011010101100101000011000010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AB56; }

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

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

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

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

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

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

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

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