#AAB48B

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

Shades of Green Spring #AAB48B

Tints of Green Spring #AAB48B

Color information

#AAB48B (or 0xAAB48B) is unknown color: approx Green Spring. HEX triplet: AA, B4 and 8B. RGB value is (170,180,139). Sum of RGB (Red+Green+Blue) = 170+180+139=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB48B is #554B74. Grayscale: #ACACAC. Windows color (decimal): -5589877 or 9155754. OLE color: 9155754.

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

Color convert

RGB170180139-
CMYK0.0600.230.29
HSL74.63º21.47%62.55%-
HSV(B)74.63º22.78%70.59%-
XYZ37.5643.0530.76-
YUV172.34109.19126.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=34.76%
G=36.81%
B=28.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801390.0600.230.2974.6321.4762.55
HexAAB48B60171D4b153f
Octal2522642136027351132577
Binary10101010101101001000101111001011111101100101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB48B; }

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

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

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

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

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

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

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

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