Shades of Fringy Flower #AAE5B7
Tints of Fringy Flower #AAE5B7
RGB
CMYK
RGB Variations
Color information
#AAE5B7 (or 0xAAE5B7) is known color: Fringy Flower. HEX triplet: AA, E5 and B7. RGB value is (170,229,183). Sum of RGB (Red+Green+Blue) = 170+229+183=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5B7 is #551A48. Grayscale: #CECECE. Windows color (decimal): -5577289 or 12051882. OLE color: 12051882.
HSL color Cylindrical-coordinate representation of color #AAE5B7: hue angle of 133.22º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5B7 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 183 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.10 |
| HSL | 133.22º | 0.53% | 0.78% | - |
| HSV(B) | 133.22º | 0.26% | 0.9% | - |
| XYZ | 53.14 | 68 | 55.12 | - |
| YUV | 206.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 183 | 0.26 | 0 | 0.20 | 0.10 | 133.22 | 0.53 | 0.78 |
| Hex | AA | E5 | B7 | 1A | 0 | 14 | A | 85 | 35 | 4E |
| Octal | 252 | 345 | 267 | 32 | 0 | 24 | 12 | 205 | 65 | 116 |
| Binary | 10101010 | 11100101 | 10110111 | 11010 | 0 | 10100 | 1010 | 10000101 | 110101 | 1001110 |
Color Harmonies of #AAE5B7
Complementary color
Monochromatic Colors of #AAE5B7
Black with #AAE5B7
Text Example
Text Example
White with #AAE5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5B7; }
p { color: rgb(170,229,183); }
H1.HeaderClassName
{
color: #AAE5B7;
}
.AnyTagClassName
{
color: #AAE5B7;
}
</style>
background-color css
<style>
a { background-color: #AAE5B7; }
a { background-color: rgb(170,229,183); }
div.DivClassName
{
background-color: #AAE5B7;
}
.BgClassName
{
background-color: #AAE5B7;
}
</style>
border-color css
<style>
span { border-color: #AAE5B7; }
span { border-color: rgb(170,229,183); }
td.TdClassName
{
border-color: #AAE5B7;
}
.TagClassName
{
border-color: #AAE5B7;
}
</style>