#A2AA58

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

Shades of Green Smoke #A2AA58

Tints of Green Smoke #A2AA58

Color information

#A2AA58 (or 0xA2AA58) is unknown color: approx Green Smoke. HEX triplet: A2, AA and 58. RGB value is (162,170,88). Sum of RGB (Red+Green+Blue) = 162+170+88=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA58 is #5D55A7. Grayscale: #9E9E9E. Windows color (decimal): -6116776 or 5810850. OLE color: 5810850.

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

Color convert

RGB16217088-
CMYK0.0500.480.33
HSL65.85º32.54%50.59%-
HSV(B)65.85º48.24%66.67%-
XYZ31.0437.1414.76-
YUV158.2688.35130.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 88 (34.77% from 255) = 20.95%
R=38.57%
G=40.48%
B=20.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162170880.0500.480.3365.8532.5450.59
HexA2AA58503021422133
Octal2422521305060411024163
Binary1010001010101010101100010101100001000011000010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA58; }

 p { color: rgb(162,170,88); }

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

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

 a { background-color: rgb(162,170,88); }

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

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

 span { border-color: rgb(162,170,88); }

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