Html Css Color HEX #AAB097 Green Spring

📋 copy color: '#AAB097'

red 170 ◦ green 176 ◦ blue 151

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

Shades of Green Spring #AAB097

Tints of Green Spring #AAB097

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

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

R = 34.21%
G = 35.41%
B = 30.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AAB097 (or 0xAAB097) is known color: Green Spring. HEX triplet: AA, B0 and 97. RGB value is (170,176,151). Sum of RGB (Red+Green+Blue) = 170+176+151=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB097 is #554F68. Grayscale: #ABABAB. Windows color (decimal): -5590889 or 9941162. OLE color: 9941162.

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

Color convert

RGB 170 176 151 -
CMYK 0.03 0 0.14 0.31
HSL 74.4º 0.14% 0.64% -
HSV(B) 74.4º 0.14% 0.69% -
XYZ 37.69 41.83 35.37 -
YUV 171.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 170 176 151 0.03 0 0.14 0.31 74.4 0.14 0.64
Hex AA B0 97 3 0 E 1F 4A E 40
Octal 252 260 227 3 0 16 37 112 16 100
Binary 10101010 10110000 10010111 11 0 1110 11111 1001010 1110 1000000

Color Harmonies of #AAB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB097

Black with #AAB097

Text Example


Text Example

White with #AAB097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB097; }

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

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

background-color css

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

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

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

border-color css

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

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

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