Shades of Fringy Flower #AAE1B9
Tints of Fringy Flower #AAE1B9
RGB
CMYK
RGB Variations
Color information
#AAE1B9 (or 0xAAE1B9) is known color: Fringy Flower. HEX triplet: AA, E1 and B9. RGB value is (170,225,185). Sum of RGB (Red+Green+Blue) = 170+225+185=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1B9 is #551E46. Grayscale: #CCCCCC. Windows color (decimal): -5578311 or 12181930. OLE color: 12181930.
HSL color Cylindrical-coordinate representation of color #AAE1B9: hue angle of 136.36º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1B9 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 185 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.12 |
| HSL | 136.36º | 0.48% | 0.77% | - |
| HSV(B) | 136.36º | 0.24% | 0.88% | - |
| XYZ | 52.26 | 65.9 | 55.86 | - |
| YUV | 204 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 185 | 0.24 | 0 | 0.18 | 0.12 | 136.36 | 0.48 | 0.77 |
| Hex | AA | E1 | B9 | 18 | 0 | 12 | C | 88 | 30 | 4D |
| Octal | 252 | 341 | 271 | 30 | 0 | 22 | 14 | 210 | 60 | 115 |
| Binary | 10101010 | 11100001 | 10111001 | 11000 | 0 | 10010 | 1100 | 10001000 | 110000 | 1001101 |
Color Harmonies of #AAE1B9
Complementary color
Monochromatic Colors of #AAE1B9
Black with #AAE1B9
Text Example
Text Example
White with #AAE1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1B9; }
p { color: rgb(170,225,185); }
H1.HeaderClassName
{
color: #AAE1B9;
}
.AnyTagClassName
{
color: #AAE1B9;
}
</style>
background-color css
<style>
a { background-color: #AAE1B9; }
a { background-color: rgb(170,225,185); }
div.DivClassName
{
background-color: #AAE1B9;
}
.BgClassName
{
background-color: #AAE1B9;
}
</style>
border-color css
<style>
span { border-color: #AAE1B9; }
span { border-color: rgb(170,225,185); }
td.TdClassName
{
border-color: #AAE1B9;
}
.TagClassName
{
border-color: #AAE1B9;
}
</style>