Html Css Color HEX #AAB29A Green Spring

📋 copy color: '#AAB29A'

red 170 ◦ green 178 ◦ blue 154

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

Shades of Green Spring #AAB29A

Tints of Green Spring #AAB29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.68%

R = 33.86%
G = 35.46%
B = 30.68%

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

#AAB29A (or 0xAAB29A) is known color: Green Spring. HEX triplet: AA, B2 and 9A. RGB value is (170,178,154). Sum of RGB (Red+Green+Blue) = 170+178+154=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB29A is #554D65. Grayscale: #ACACAC. Windows color (decimal): -5590374 or 10138282. OLE color: 10138282.

HSL color Cylindrical-coordinate representation of color #AAB29A: hue angle of 80º 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 #AAB29A is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 154 -
CMYK 0.04 0 0.13 0.30
HSL 80º 0.13% 0.65% -
HSV(B) 80º 0.13% 0.7% -
XYZ 38.33 42.72 36.8 -
YUV 172.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 170 178 154 0.04 0 0.13 0.30 80 0.13 0.65
Hex AA B2 9A 4 0 D 1E 50 D 41
Octal 252 262 232 4 0 15 36 120 15 101
Binary 10101010 10110010 10011010 100 0 1101 11110 1010000 1101 1000001

Color Harmonies of #AAB29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB29A

Black with #AAB29A

Text Example


Text Example

White with #AAB29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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