Html Css Color HEX #A2AA59 Green Smoke

📋 copy color: '#A2AA59'

red 162 ◦ green 170 ◦ blue 89

#A2AA59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #A2AA59

Tints of Green Smoke #A2AA59

RGB

 RED value IS 162 (63.67% from 255) = 38.48%

 GREEN value IS 170 (66.8% from 255) = 40.38%

 BLUE value IS 89 (35.16% from 255) = 21.14%

R = 38.48%
G = 40.38%
B = 21.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#A2AA59 (or 0xA2AA59) is known color: Green Smoke. HEX triplet: A2, AA and 59. RGB value is (162,170,89). Sum of RGB (Red+Green+Blue) = 162+170+89=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA59 is #5D55A6. Grayscale: #9E9E9E. Windows color (decimal): -6116775 or 5876386. OLE color: 5876386.

HSL color Cylindrical-coordinate representation of color #A2AA59: hue angle of 65.93º degrees, saturation: 0.32, 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 #A2AA59 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 170 89 -
CMYK 0.05 0 0.48 0.33
HSL 65.93º 0.32% 0.51% -
HSV(B) 65.93º 0.48% 0.67% -
XYZ 31.08 37.15 14.98 -
YUV 158.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 162 170 89 0.05 0 0.48 0.33 65.93 0.32 0.51
Hex A2 AA 59 5 0 30 21 42 20 33
Octal 242 252 131 5 0 60 41 102 40 63
Binary 10100010 10101010 1011001 101 0 110000 100001 1000010 100000 110011

Color Harmonies of #A2AA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA59

Black with #A2AA59

Text Example


Text Example

White with #A2AA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA59; }

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

 H1.HeaderClassName
 {
   color: #A2AA59;
 }
 .AnyTagClassName
 {
   color: #A2AA59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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