#AAB19A

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

Shades of Green Spring #AAB19A

Tints of Green Spring #AAB19A

Color information

#AAB19A (or 0xAAB19A) is unknown color: approx Green Spring. HEX triplet: AA, B1 and 9A. RGB value is (170,177,154). Sum of RGB (Red+Green+Blue) = 170+177+154=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB19A is #554E65. Grayscale: #ACACAC. Windows color (decimal): -5590630 or 10138026. OLE color: 10138026.

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

Color convert

RGB170177154-
CMYK0.0400.130.31
HSL78.26º12.85%64.9%-
HSV(B)78.26º12.99%69.41%-
XYZ38.1342.3236.73-
YUV172.28117.68126.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=33.93%
G=35.33%
B=30.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771540.0400.130.3178.2612.8564.9
HexAAB19A40D1F4ed41
Octal25226123240153711615101
Binary1010101010110001100110101000110111111100111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB19A; }

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

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

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

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

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

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

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

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