Shades of Fringy Flower #AAE9B7
Tints of Fringy Flower #AAE9B7
RGB
CMYK
RGB Variations
Color information
#AAE9B7 (or 0xAAE9B7) is known color: Fringy Flower. HEX triplet: AA, E9 and B7. RGB value is (170,233,183). Sum of RGB (Red+Green+Blue) = 170+233+183=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9B7 is #551648. Grayscale: #D0D0D0. Windows color (decimal): -5576265 or 12052906. OLE color: 12052906.
HSL color Cylindrical-coordinate representation of color #AAE9B7: hue angle of 132.38º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9B7 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 183 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.09 |
| HSL | 132.38º | 0.59% | 0.79% | - |
| HSV(B) | 132.38º | 0.27% | 0.91% | - |
| XYZ | 54.26 | 70.24 | 55.5 | - |
| YUV | 208.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 183 | 0.27 | 0 | 0.21 | 0.09 | 132.38 | 0.59 | 0.79 |
| Hex | AA | E9 | B7 | 1B | 0 | 15 | 9 | 84 | 3B | 4F |
| Octal | 252 | 351 | 267 | 33 | 0 | 25 | 11 | 204 | 73 | 117 |
| Binary | 10101010 | 11101001 | 10110111 | 11011 | 0 | 10101 | 1001 | 10000100 | 111011 | 1001111 |
Color Harmonies of #AAE9B7
Complementary color
Monochromatic Colors of #AAE9B7
Black with #AAE9B7
Text Example
Text Example
White with #AAE9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9B7; }
p { color: rgb(170,233,183); }
H1.HeaderClassName
{
color: #AAE9B7;
}
.AnyTagClassName
{
color: #AAE9B7;
}
</style>
background-color css
<style>
a { background-color: #AAE9B7; }
a { background-color: rgb(170,233,183); }
div.DivClassName
{
background-color: #AAE9B7;
}
.BgClassName
{
background-color: #AAE9B7;
}
</style>
border-color css
<style>
span { border-color: #AAE9B7; }
span { border-color: rgb(170,233,183); }
td.TdClassName
{
border-color: #AAE9B7;
}
.TagClassName
{
border-color: #AAE9B7;
}
</style>