Shades of Fringy Flower #AAE4C1
Tints of Fringy Flower #AAE4C1
RGB
CMYK
RGB Variations
Color information
#AAE4C1 (or 0xAAE4C1) is known color: Fringy Flower. HEX triplet: AA, E4 and C1. RGB value is (170,228,193). Sum of RGB (Red+Green+Blue) = 170+228+193=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4C1 is #551B3E. Grayscale: #CECECE. Windows color (decimal): -5577535 or 12706986. OLE color: 12706986.
HSL color Cylindrical-coordinate representation of color #AAE4C1: hue angle of 143.79º degrees, saturation: 0.52, 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 #AAE4C1 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 193 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.11 |
| HSL | 143.79º | 0.52% | 0.78% | - |
| HSV(B) | 143.79º | 0.25% | 0.89% | - |
| XYZ | 53.95 | 67.88 | 60.71 | - |
| YUV | 206.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 193 | 0.25 | 0 | 0.15 | 0.11 | 143.79 | 0.52 | 0.78 |
| Hex | AA | E4 | C1 | 19 | 0 | F | B | 90 | 34 | 4E |
| Octal | 252 | 344 | 301 | 31 | 0 | 17 | 13 | 220 | 64 | 116 |
| Binary | 10101010 | 11100100 | 11000001 | 11001 | 0 | 1111 | 1011 | 10010000 | 110100 | 1001110 |
Color Harmonies of #AAE4C1
Complementary color
Monochromatic Colors of #AAE4C1
Black with #AAE4C1
Text Example
Text Example
White with #AAE4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4C1; }
p { color: rgb(170,228,193); }
H1.HeaderClassName
{
color: #AAE4C1;
}
.AnyTagClassName
{
color: #AAE4C1;
}
</style>
background-color css
<style>
a { background-color: #AAE4C1; }
a { background-color: rgb(170,228,193); }
div.DivClassName
{
background-color: #AAE4C1;
}
.BgClassName
{
background-color: #AAE4C1;
}
</style>
border-color css
<style>
span { border-color: #AAE4C1; }
span { border-color: rgb(170,228,193); }
td.TdClassName
{
border-color: #AAE4C1;
}
.TagClassName
{
border-color: #AAE4C1;
}
</style>