#A2AA4B

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

Shades of Green Smoke #A2AA4B

Tints of Green Smoke #A2AA4B

Color information

#A2AA4B (or 0xA2AA4B) is unknown color: approx Green Smoke. HEX triplet: A2, AA and 4B. RGB value is (162,170,75). Sum of RGB (Red+Green+Blue) = 162+170+75=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA4B is #5D55B4. Grayscale: #9D9D9D. Windows color (decimal): -6116789 or 4958882. OLE color: 4958882.

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

Color convert

RGB16217075-
CMYK0.0500.560.33
HSL65.05º38.78%48.04%-
HSV(B)65.05º55.88%66.67%-
XYZ30.5536.9412.18-
YUV156.7881.85131.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 75 (29.69% from 255) = 18.43%
R=39.80%
G=41.77%
B=18.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162170750.0500.560.3365.0538.7848.04
HexA2AA4B503821412730
Octal2422521135070411014760
Binary1010001010101010100101110101110001000011000001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA4B; }

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

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

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

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

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

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

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

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