Shades of Fringy Flower #AAE6B7
Tints of Fringy Flower #AAE6B7
RGB
CMYK
RGB Variations
Color information
#AAE6B7 (or 0xAAE6B7) is known color: Fringy Flower. HEX triplet: AA, E6 and B7. RGB value is (170,230,183). Sum of RGB (Red+Green+Blue) = 170+230+183=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6B7 is #551948. Grayscale: #CECECE. Windows color (decimal): -5577033 or 12052138. OLE color: 12052138.
HSL color Cylindrical-coordinate representation of color #AAE6B7: hue angle of 133º 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 #AAE6B7 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 183 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.10 |
| HSL | 133º | 0.55% | 0.78% | - |
| HSV(B) | 133º | 0.26% | 0.9% | - |
| XYZ | 53.42 | 68.56 | 55.22 | - |
| YUV | 206.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 183 | 0.26 | 0 | 0.20 | 0.10 | 133 | 0.55 | 0.78 |
| Hex | AA | E6 | B7 | 1A | 0 | 14 | A | 85 | 37 | 4E |
| Octal | 252 | 346 | 267 | 32 | 0 | 24 | 12 | 205 | 67 | 116 |
| Binary | 10101010 | 11100110 | 10110111 | 11010 | 0 | 10100 | 1010 | 10000101 | 110111 | 1001110 |
Color Harmonies of #AAE6B7
Complementary color
Monochromatic Colors of #AAE6B7
Black with #AAE6B7
Text Example
Text Example
White with #AAE6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE6B7; }
p { color: rgb(170,230,183); }
H1.HeaderClassName
{
color: #AAE6B7;
}
.AnyTagClassName
{
color: #AAE6B7;
}
</style>
background-color css
<style>
a { background-color: #AAE6B7; }
a { background-color: rgb(170,230,183); }
div.DivClassName
{
background-color: #AAE6B7;
}
.BgClassName
{
background-color: #AAE6B7;
}
</style>
border-color css
<style>
span { border-color: #AAE6B7; }
span { border-color: rgb(170,230,183); }
td.TdClassName
{
border-color: #AAE6B7;
}
.TagClassName
{
border-color: #AAE6B7;
}
</style>