Shades of Fringy Flower #AAE6B6
Tints of Fringy Flower #AAE6B6
RGB
CMYK
RGB Variations
Color information
#AAE6B6 (or 0xAAE6B6) is known color: Fringy Flower. HEX triplet: AA, E6 and B6. RGB value is (170,230,182). Sum of RGB (Red+Green+Blue) = 170+230+182=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6B6 is #551949. Grayscale: #CECECE. Windows color (decimal): -5577034 or 11986602. OLE color: 11986602.
HSL color Cylindrical-coordinate representation of color #AAE6B6: hue angle of 132º 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 #AAE6B6 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 182 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.10 |
| HSL | 132º | 0.55% | 0.78% | - |
| HSV(B) | 132º | 0.26% | 0.9% | - |
| XYZ | 53.32 | 68.52 | 54.67 | - |
| YUV | 206.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 182 | 0.26 | 0 | 0.21 | 0.10 | 132 | 0.55 | 0.78 |
| Hex | AA | E6 | B6 | 1A | 0 | 15 | A | 84 | 37 | 4E |
| Octal | 252 | 346 | 266 | 32 | 0 | 25 | 12 | 204 | 67 | 116 |
| Binary | 10101010 | 11100110 | 10110110 | 11010 | 0 | 10101 | 1010 | 10000100 | 110111 | 1001110 |
Color Harmonies of #AAE6B6
Complementary color
Monochromatic Colors of #AAE6B6
Black with #AAE6B6
Text Example
Text Example
White with #AAE6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE6B6; }
p { color: rgb(170,230,182); }
H1.HeaderClassName
{
color: #AAE6B6;
}
.AnyTagClassName
{
color: #AAE6B6;
}
</style>
background-color css
<style>
a { background-color: #AAE6B6; }
a { background-color: rgb(170,230,182); }
div.DivClassName
{
background-color: #AAE6B6;
}
.BgClassName
{
background-color: #AAE6B6;
}
</style>
border-color css
<style>
span { border-color: #AAE6B6; }
span { border-color: rgb(170,230,182); }
td.TdClassName
{
border-color: #AAE6B6;
}
.TagClassName
{
border-color: #AAE6B6;
}
</style>