#A2AA5B

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

Shades of Green Smoke #A2AA5B

Tints of Green Smoke #A2AA5B

Color information

#A2AA5B (or 0xA2AA5B) is unknown color: approx Green Smoke. HEX triplet: A2, AA and 5B. RGB value is (162,170,91). Sum of RGB (Red+Green+Blue) = 162+170+91=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA5B is #5D55A4. Grayscale: #9E9E9E. Windows color (decimal): -6116773 or 6007458. OLE color: 6007458.

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

Color convert

RGB16217091-
CMYK0.0500.460.33
HSL66.08º31.73%51.18%-
HSV(B)66.08º46.47%66.67%-
XYZ31.1637.1915.43-
YUV158.689.85130.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 91 (35.94% from 255) = 21.51%
R=38.30%
G=40.19%
B=21.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162170910.0500.460.3366.0831.7351.18
HexA2AA5B502E21422033
Octal2422521335056411024063
Binary1010001010101010101101110101011101000011000010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA5B; }

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

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

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

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

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

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

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

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