#AAB48F

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

Shades of Green Spring #AAB48F

Tints of Green Spring #AAB48F

Color information

#AAB48F (or 0xAAB48F) is unknown color: approx Green Spring. HEX triplet: AA, B4 and 8F. RGB value is (170,180,143). Sum of RGB (Red+Green+Blue) = 170+180+143=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB48F is #554B70. Grayscale: #ACACAC. Windows color (decimal): -5589873 or 9417898. OLE color: 9417898.

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

Color convert

RGB170180143-
CMYK0.0600.210.29
HSL76.22º19.79%63.33%-
HSV(B)76.22º20.56%70.59%-
XYZ37.8643.1732.32-
YUV172.79111.19126.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=34.48%
G=36.51%
B=29.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801430.0600.210.2976.2219.7963.33
HexAAB48F60151D4c143f
Octal2522642176025351142477
Binary10101010101101001000111111001010111101100110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB48F; }

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

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

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

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

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

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

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

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