Shades of Fringy Flower #AAE2B9
Tints of Fringy Flower #AAE2B9
RGB
CMYK
RGB Variations
Color information
#AAE2B9 (or 0xAAE2B9) is known color: Fringy Flower. HEX triplet: AA, E2 and B9. RGB value is (170,226,185). Sum of RGB (Red+Green+Blue) = 170+226+185=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2B9 is #551D46. Grayscale: #CCCCCC. Windows color (decimal): -5578055 or 12182186. OLE color: 12182186.
HSL color Cylindrical-coordinate representation of color #AAE2B9: hue angle of 136.07º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE2B9 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 185 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.11 |
| HSL | 136.07º | 0.49% | 0.78% | - |
| HSV(B) | 136.07º | 0.25% | 0.89% | - |
| XYZ | 52.53 | 66.44 | 55.95 | - |
| YUV | 204.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 185 | 0.25 | 0 | 0.18 | 0.11 | 136.07 | 0.49 | 0.78 |
| Hex | AA | E2 | B9 | 19 | 0 | 12 | B | 88 | 31 | 4E |
| Octal | 252 | 342 | 271 | 31 | 0 | 22 | 13 | 210 | 61 | 116 |
| Binary | 10101010 | 11100010 | 10111001 | 11001 | 0 | 10010 | 1011 | 10001000 | 110001 | 1001110 |
Color Harmonies of #AAE2B9
Complementary color
Monochromatic Colors of #AAE2B9
Black with #AAE2B9
Text Example
Text Example
White with #AAE2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2B9; }
p { color: rgb(170,226,185); }
H1.HeaderClassName
{
color: #AAE2B9;
}
.AnyTagClassName
{
color: #AAE2B9;
}
</style>
background-color css
<style>
a { background-color: #AAE2B9; }
a { background-color: rgb(170,226,185); }
div.DivClassName
{
background-color: #AAE2B9;
}
.BgClassName
{
background-color: #AAE2B9;
}
</style>
border-color css
<style>
span { border-color: #AAE2B9; }
span { border-color: rgb(170,226,185); }
td.TdClassName
{
border-color: #AAE2B9;
}
.TagClassName
{
border-color: #AAE2B9;
}
</style>