#A2A956

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

Shades of Green Smoke #A2A956

Tints of Green Smoke #A2A956

Color information

#A2A956 (or 0xA2A956) is unknown color: approx Green Smoke. HEX triplet: A2, A9 and 56. RGB value is (162,169,86). Sum of RGB (Red+Green+Blue) = 162+169+86=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A956 is #5D56A9. Grayscale: #9D9D9D. Windows color (decimal): -6117034 or 5679522. OLE color: 5679522.

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

Color convert

RGB16216986-
CMYK0.0400.490.34
HSL65.06º32.55%50%-
HSV(B)65.06º49.11%66.27%-
XYZ30.7736.7314.27-
YUV157.4487.68131.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 169 (66.41% from 255) = 40.53%
BLUE value IS 86 (33.98% from 255) = 20.62%
R=38.85%
G=40.53%
B=20.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162169860.0400.490.3465.0632.5550
HexA2A956403122412132
Octal2422511264061421014162
Binary1010001010101001101011010001100011000101000001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A956; }

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

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

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

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

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

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

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

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