#AAB48C

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

Shades of Green Spring #AAB48C

Tints of Green Spring #AAB48C

Color information

#AAB48C (or 0xAAB48C) is unknown color: approx Green Spring. HEX triplet: AA, B4 and 8C. RGB value is (170,180,140). Sum of RGB (Red+Green+Blue) = 170+180+140=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB48C is #554B73. Grayscale: #ACACAC. Windows color (decimal): -5589876 or 9221290. OLE color: 9221290.

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

Color convert

RGB170180140-
CMYK0.0600.220.29
HSL75º21.05%62.75%-
HSV(B)75º22.22%70.59%-
XYZ37.6343.0831.14-
YUV172.45109.69126.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 140 (55.08% from 255) = 28.57%
R=34.69%
G=36.73%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801400.0600.220.297521.0562.75
HexAAB48C60161D4b153f
Octal2522642146026351132577
Binary10101010101101001000110011001011011101100101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB48C; }

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

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

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

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

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

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

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

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