Shades of Fringy Flower #AAFFC0
Tints of Fringy Flower #AAFFC0
RGB
CMYK
RGB Variations
Color information
#AAFFC0 (or 0xAAFFC0) is known color: Fringy Flower. HEX triplet: AA, FF and C0. RGB value is (170,255,192). Sum of RGB (Red+Green+Blue) = 170+255+192=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFC0 is #55003F. Grayscale: #DEDEDE. Windows color (decimal): -5570624 or 12648362. OLE color: 12648362.
HSL color Cylindrical-coordinate representation of color #AAFFC0: hue angle of 135.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFC0 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 192 | - |
| CMYK | 0.33 | 0 | 0.25 | 0 |
| HSL | 135.53º | 1% | 0.83% | - |
| HSV(B) | 135.53º | 0.33% | 1% | - |
| XYZ | 61.85 | 83.87 | 62.8 | - |
| YUV | 222.4 | 110.84 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 192 | 0.33 | 0 | 0.25 | 0 | 135.53 | 1 | 0.83 |
| Hex | AA | FF | C0 | 21 | 0 | 19 | 0 | 88 | 64 | 53 |
| Octal | 252 | 377 | 300 | 41 | 0 | 31 | 0 | 210 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11000000 | 100001 | 0 | 11001 | 0 | 10001000 | 1100100 | 1010011 |
Color Harmonies of #AAFFC0
Complementary color
Monochromatic Colors of #AAFFC0
Black with #AAFFC0
Text Example
Text Example
White with #AAFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFC0; }
p { color: rgb(170,255,192); }
H1.HeaderClassName
{
color: #AAFFC0;
}
.AnyTagClassName
{
color: #AAFFC0;
}
</style>
background-color css
<style>
a { background-color: #AAFFC0; }
a { background-color: rgb(170,255,192); }
div.DivClassName
{
background-color: #AAFFC0;
}
.BgClassName
{
background-color: #AAFFC0;
}
</style>
border-color css
<style>
span { border-color: #AAFFC0; }
span { border-color: rgb(170,255,192); }
td.TdClassName
{
border-color: #AAFFC0;
}
.TagClassName
{
border-color: #AAFFC0;
}
</style>