#A2A56F

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

Shades of Green Smoke #A2A56F

Tints of Green Smoke #A2A56F

Color information

#A2A56F (or 0xA2A56F) is unknown color: approx Green Smoke. HEX triplet: A2, A5 and 6F. RGB value is (162,165,111). Sum of RGB (Red+Green+Blue) = 162+165+111=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A56F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A56F is #5D5A90. Grayscale: #9E9E9E. Windows color (decimal): -6118033 or 7316898. OLE color: 7316898.

HSL color Cylindrical-coordinate representation of color #A2A56F: hue angle of 63.33º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2A56F is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB162165111-
CMYK0.0200.330.35
HSL63.33º23.08%54.12%-
HSV(B)63.33º32.73%64.71%-
XYZ31.2235.7420.29-
YUV157.95101.51130.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.99%
GREEN value IS 165 (64.84% from 255) = 37.67%
BLUE value IS 111 (43.75% from 255) = 25.34%
R=36.99%
G=37.67%
B=25.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621651110.0200.330.3563.3323.0854.12
HexA2A56F2021233f1736
Octal242245157204143772766
Binary1010001010100101110111110010000110001111111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A56F; }

 p { color: rgb(162,165,111); }

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

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

 a { background-color: rgb(162,165,111); }

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

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

 span { border-color: rgb(162,165,111); }

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