#AAB29D

Color #AAB29D Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #AAB29D

Tints of Green Spring #AAB29D

Color information

#AAB29D (or 0xAAB29D) is unknown color: approx Green Spring. HEX triplet: AA, B2 and 9D. RGB value is (170,178,157). Sum of RGB (Red+Green+Blue) = 170+178+157=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB29D is #554D62. Grayscale: #ADADAD. Windows color (decimal): -5590371 or 10334890. OLE color: 10334890.

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

Color convert

RGB170178157-
CMYK0.0400.120.30
HSL82.86º12%65.69%-
HSV(B)82.86º11.8%69.8%-
XYZ38.5842.8238.13-
YUV173.21118.85125.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 178 (69.92% from 255) = 35.25%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=33.66%
G=35.25%
B=31.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701781570.0400.120.3082.861265.69
HexAAB29D40C1E53c42
Octal25226223540143612314102
Binary1010101010110010100111011000110011110101001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB29D; }

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

 H1.HeaderClassName
 {
   color: #AAB29D;
 }
 .AnyTagClassName
 {
   color: #AAB29D;
 }
</style>
background-color css

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

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

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

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

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

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