Html Css Color HEX #AAB29C Green Spring

📋 copy color: '#AAB29C'

red 170 ◦ green 178 ◦ blue 156

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

Shades of Green Spring #AAB29C

Tints of Green Spring #AAB29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.95%

R = 33.73%
G = 35.32%
B = 30.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#AAB29C (or 0xAAB29C) is known color: Green Spring. HEX triplet: AA, B2 and 9C. RGB value is (170,178,156). Sum of RGB (Red+Green+Blue) = 170+178+156=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB29C is #554D63. Grayscale: #ADADAD. Windows color (decimal): -5590372 or 10269354. OLE color: 10269354.

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

Color convert

RGB 170 178 156 -
CMYK 0.04 0 0.12 0.30
HSL 81.82º 0.13% 0.65% -
HSV(B) 81.82º 0.12% 0.7% -
XYZ 38.5 42.79 37.68 -
YUV 173.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 170 178 156 0.04 0 0.12 0.30 81.82 0.13 0.65
Hex AA B2 9C 4 0 C 1E 52 C 41
Octal 252 262 234 4 0 14 36 122 14 101
Binary 10101010 10110010 10011100 100 0 1100 11110 1010010 1100 1000001

Color Harmonies of #AAB29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB29C

Black with #AAB29C

Text Example


Text Example

White with #AAB29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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