Shades of Fringy Flower #AAE6B9
Tints of Fringy Flower #AAE6B9
RGB
CMYK
RGB Variations
Color information
#AAE6B9 (or 0xAAE6B9) is known color: Fringy Flower. HEX triplet: AA, E6 and B9. RGB value is (170,230,185). Sum of RGB (Red+Green+Blue) = 170+230+185=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6B9 is #551946. Grayscale: #CFCFCF. Windows color (decimal): -5577031 or 12183210. OLE color: 12183210.
HSL color Cylindrical-coordinate representation of color #AAE6B9: hue angle of 135º degrees, saturation: 0.55, 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 #AAE6B9 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 185 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.10 |
| HSL | 135º | 0.55% | 0.78% | - |
| HSV(B) | 135º | 0.26% | 0.9% | - |
| XYZ | 53.63 | 68.64 | 56.32 | - |
| YUV | 206.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 185 | 0.26 | 0 | 0.20 | 0.10 | 135 | 0.55 | 0.78 |
| Hex | AA | E6 | B9 | 1A | 0 | 14 | A | 87 | 37 | 4E |
| Octal | 252 | 346 | 271 | 32 | 0 | 24 | 12 | 207 | 67 | 116 |
| Binary | 10101010 | 11100110 | 10111001 | 11010 | 0 | 10100 | 1010 | 10000111 | 110111 | 1001110 |
Color Harmonies of #AAE6B9
Complementary color
Monochromatic Colors of #AAE6B9
Black with #AAE6B9
Text Example
Text Example
White with #AAE6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE6B9; }
p { color: rgb(170,230,185); }
H1.HeaderClassName
{
color: #AAE6B9;
}
.AnyTagClassName
{
color: #AAE6B9;
}
</style>
background-color css
<style>
a { background-color: #AAE6B9; }
a { background-color: rgb(170,230,185); }
div.DivClassName
{
background-color: #AAE6B9;
}
.BgClassName
{
background-color: #AAE6B9;
}
</style>
border-color css
<style>
span { border-color: #AAE6B9; }
span { border-color: rgb(170,230,185); }
td.TdClassName
{
border-color: #AAE6B9;
}
.TagClassName
{
border-color: #AAE6B9;
}
</style>