Html Css Color HEX #AAB197 Green Spring

📋 copy color: '#AAB197'

red 170 ◦ green 177 ◦ blue 151

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

Shades of Green Spring #AAB197

Tints of Green Spring #AAB197

RGB

 RED value IS 170 (66.8% from 255) = 34.14%

 GREEN value IS 177 (69.53% from 255) = 35.54%

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

R = 34.14%
G = 35.54%
B = 30.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AAB197 (or 0xAAB197) is known color: Green Spring. HEX triplet: AA, B1 and 97. RGB value is (170,177,151). Sum of RGB (Red+Green+Blue) = 170+177+151=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB197 is #554E68. Grayscale: #ACACAC. Windows color (decimal): -5590633 or 9941418. OLE color: 9941418.

HSL color Cylindrical-coordinate representation of color #AAB197: hue angle of 76.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB197 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 151 -
CMYK 0.04 0 0.15 0.31
HSL 76.15º 0.14% 0.64% -
HSV(B) 76.15º 0.15% 0.69% -
XYZ 37.89 42.22 35.43 -
YUV 171.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 170 177 151 0.04 0 0.15 0.31 76.15 0.14 0.64
Hex AA B1 97 4 0 F 1F 4C E 40
Octal 252 261 227 4 0 17 37 114 16 100
Binary 10101010 10110001 10010111 100 0 1111 11111 1001100 1110 1000000

Color Harmonies of #AAB197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB197

Black with #AAB197

Text Example


Text Example

White with #AAB197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB197; }

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

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

background-color css

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

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

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

border-color css

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

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

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