Shades of Fringy Flower #AAE0B7
Tints of Fringy Flower #AAE0B7
RGB
CMYK
RGB Variations
Color information
#AAE0B7 (or 0xAAE0B7) is known color: Fringy Flower. HEX triplet: AA, E0 and B7. RGB value is (170,224,183). Sum of RGB (Red+Green+Blue) = 170+224+183=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0B7 is #551F48. Grayscale: #CBCBCB. Windows color (decimal): -5578569 or 12050602. OLE color: 12050602.
HSL color Cylindrical-coordinate representation of color #AAE0B7: hue angle of 134.44º degrees, saturation: 0.47, 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 #AAE0B7 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 183 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.12 |
| HSL | 134.44º | 0.47% | 0.77% | - |
| HSV(B) | 134.44º | 0.24% | 0.88% | - |
| XYZ | 51.78 | 65.28 | 54.67 | - |
| YUV | 203.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 183 | 0.24 | 0 | 0.18 | 0.12 | 134.44 | 0.47 | 0.77 |
| Hex | AA | E0 | B7 | 18 | 0 | 12 | C | 86 | 2F | 4D |
| Octal | 252 | 340 | 267 | 30 | 0 | 22 | 14 | 206 | 57 | 115 |
| Binary | 10101010 | 11100000 | 10110111 | 11000 | 0 | 10010 | 1100 | 10000110 | 101111 | 1001101 |
Color Harmonies of #AAE0B7
Complementary color
Monochromatic Colors of #AAE0B7
Black with #AAE0B7
Text Example
Text Example
White with #AAE0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0B7; }
p { color: rgb(170,224,183); }
H1.HeaderClassName
{
color: #AAE0B7;
}
.AnyTagClassName
{
color: #AAE0B7;
}
</style>
background-color css
<style>
a { background-color: #AAE0B7; }
a { background-color: rgb(170,224,183); }
div.DivClassName
{
background-color: #AAE0B7;
}
.BgClassName
{
background-color: #AAE0B7;
}
</style>
border-color css
<style>
span { border-color: #AAE0B7; }
span { border-color: rgb(170,224,183); }
td.TdClassName
{
border-color: #AAE0B7;
}
.TagClassName
{
border-color: #AAE0B7;
}
</style>