Html Css Color HEX #A2AA97 Green Spring

📋 copy color: '#A2AA97'

red 162 ◦ green 170 ◦ blue 151

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

Shades of Green Spring #A2AA97

Tints of Green Spring #A2AA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.26%

R = 33.54%
G = 35.2%
B = 31.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#A2AA97 (or 0xA2AA97) is known color: Green Spring. HEX triplet: A2, AA and 97. RGB value is (162,170,151). Sum of RGB (Red+Green+Blue) = 162+170+151=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AA97 is #5D5568. Grayscale: #A5A5A5. Windows color (decimal): -6116713 or 9939618. OLE color: 9939618.

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

Color convert

RGB 162 170 151 -
CMYK 0.05 0 0.11 0.33
HSL 85.26º 0.1% 0.63% -
HSV(B) 85.26º 0.11% 0.67% -
XYZ 34.86 38.67 34.9 -
YUV 165.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 162 170 151 0.05 0 0.11 0.33 85.26 0.1 0.63
Hex A2 AA 97 5 0 B 21 55 A 3F
Octal 242 252 227 5 0 13 41 125 12 77
Binary 10100010 10101010 10010111 101 0 1011 100001 1010101 1010 111111

Color Harmonies of #A2AA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA97

Black with #A2AA97

Text Example


Text Example

White with #A2AA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA97; }

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

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

background-color css

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

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

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

border-color css

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

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

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