Shades of Fringy Flower #AAE1BA
Tints of Fringy Flower #AAE1BA
RGB
CMYK
RGB Variations
Color information
#AAE1BA (or 0xAAE1BA) is known color: Fringy Flower. HEX triplet: AA, E1 and BA. RGB value is (170,225,186). Sum of RGB (Red+Green+Blue) = 170+225+186=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1BA is #551E45. Grayscale: #CCCCCC. Windows color (decimal): -5578310 or 12247466. OLE color: 12247466.
HSL color Cylindrical-coordinate representation of color #AAE1BA: hue angle of 137.45º 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 #AAE1BA is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 186 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.12 |
| HSL | 137.45º | 0.48% | 0.77% | - |
| HSV(B) | 137.45º | 0.24% | 0.88% | - |
| XYZ | 52.37 | 65.94 | 56.42 | - |
| YUV | 204.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 186 | 0.24 | 0 | 0.17 | 0.12 | 137.45 | 0.48 | 0.77 |
| Hex | AA | E1 | BA | 18 | 0 | 11 | C | 89 | 30 | 4D |
| Octal | 252 | 341 | 272 | 30 | 0 | 21 | 14 | 211 | 60 | 115 |
| Binary | 10101010 | 11100001 | 10111010 | 11000 | 0 | 10001 | 1100 | 10001001 | 110000 | 1001101 |
Color Harmonies of #AAE1BA
Complementary color
Monochromatic Colors of #AAE1BA
Black with #AAE1BA
Text Example
Text Example
White with #AAE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1BA; }
p { color: rgb(170,225,186); }
H1.HeaderClassName
{
color: #AAE1BA;
}
.AnyTagClassName
{
color: #AAE1BA;
}
</style>
background-color css
<style>
a { background-color: #AAE1BA; }
a { background-color: rgb(170,225,186); }
div.DivClassName
{
background-color: #AAE1BA;
}
.BgClassName
{
background-color: #AAE1BA;
}
</style>
border-color css
<style>
span { border-color: #AAE1BA; }
span { border-color: rgb(170,225,186); }
td.TdClassName
{
border-color: #AAE1BA;
}
.TagClassName
{
border-color: #AAE1BA;
}
</style>