Html Css Color HEX #AAB29B Green Spring

📋 copy color: '#AAB29B'

red 170 ◦ green 178 ◦ blue 155

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

Shades of Green Spring #AAB29B

Tints of Green Spring #AAB29B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.39%

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 33.8%
G = 35.39%
B = 30.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#AAB29B (or 0xAAB29B) is known color: Green Spring. HEX triplet: AA, B2 and 9B. RGB value is (170,178,155). Sum of RGB (Red+Green+Blue) = 170+178+155=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB29B is #554D64. Grayscale: #ADADAD. Windows color (decimal): -5590373 or 10203818. OLE color: 10203818.

HSL color Cylindrical-coordinate representation of color #AAB29B: hue angle of 80.87º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB29B is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 155 -
CMYK 0.04 0 0.13 0.30
HSL 80.87º 0.13% 0.65% -
HSV(B) 80.87º 0.13% 0.7% -
XYZ 38.41 42.75 37.24 -
YUV 172.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 170 178 155 0.04 0 0.13 0.30 80.87 0.13 0.65
Hex AA B2 9B 4 0 D 1E 51 D 41
Octal 252 262 233 4 0 15 36 121 15 101
Binary 10101010 10110010 10011011 100 0 1101 11110 1010001 1101 1000001

Color Harmonies of #AAB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB29B

Black with #AAB29B

Text Example


Text Example

White with #AAB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB29B; }

 p { color: rgb(170,178,155); }

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

background-color css

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

 a { background-color: rgb(170,178,155); }

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

border-color css

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

 span { border-color: rgb(170,178,155); }

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