#AAB49C

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

Shades of Green Spring #AAB49C

Tints of Green Spring #AAB49C

Color information

#AAB49C (or 0xAAB49C) is unknown color: approx Green Spring. HEX triplet: AA, B4 and 9C. RGB value is (170,180,156). Sum of RGB (Red+Green+Blue) = 170+180+156=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB49C is #554B63. Grayscale: #AEAEAE. Windows color (decimal): -5589860 or 10269866. OLE color: 10269866.

HSL color Cylindrical-coordinate representation of color #AAB49C: hue angle of 85º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB49C is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB170180156-
CMYK0.0600.130.29
HSL85º13.79%65.88%-
HSV(B)85º13.33%70.59%-
XYZ38.943.5937.82-
YUV174.27117.69124.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=33.60%
G=35.57%
B=30.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801560.0600.130.298513.7965.88
HexAAB49C60D1D55e42
Octal25226423460153512516102
Binary1010101010110100100111001100110111101101010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB49C; }

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

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

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

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

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

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

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

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