Shades of Fringy Flower #AAFFB9
Tints of Fringy Flower #AAFFB9
RGB
CMYK
RGB Variations
Color information
#AAFFB9 (or 0xAAFFB9) is known color: Fringy Flower. HEX triplet: AA, FF and B9. RGB value is (170,255,185). Sum of RGB (Red+Green+Blue) = 170+255+185=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFB9 is #550046. Grayscale: #DDDDDD. Windows color (decimal): -5570631 or 12189610. OLE color: 12189610.
HSL color Cylindrical-coordinate representation of color #AAFFB9: hue angle of 130.59º 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 #AAFFB9 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 185 | - |
| CMYK | 0.33 | 0 | 0.27 | 0 |
| HSL | 130.59º | 1% | 0.83% | - |
| HSV(B) | 130.59º | 0.33% | 1% | - |
| XYZ | 61.09 | 83.57 | 58.81 | - |
| YUV | 221.61 | 107.34 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 185 | 0.33 | 0 | 0.27 | 0 | 130.59 | 1 | 0.83 |
| Hex | AA | FF | B9 | 21 | 0 | 1B | 0 | 83 | 64 | 53 |
| Octal | 252 | 377 | 271 | 41 | 0 | 33 | 0 | 203 | 144 | 123 |
| Binary | 10101010 | 11111111 | 10111001 | 100001 | 0 | 11011 | 0 | 10000011 | 1100100 | 1010011 |
Color Harmonies of #AAFFB9
Complementary color
Monochromatic Colors of #AAFFB9
Black with #AAFFB9
Text Example
Text Example
White with #AAFFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFB9; }
p { color: rgb(170,255,185); }
H1.HeaderClassName
{
color: #AAFFB9;
}
.AnyTagClassName
{
color: #AAFFB9;
}
</style>
background-color css
<style>
a { background-color: #AAFFB9; }
a { background-color: rgb(170,255,185); }
div.DivClassName
{
background-color: #AAFFB9;
}
.BgClassName
{
background-color: #AAFFB9;
}
</style>
border-color css
<style>
span { border-color: #AAFFB9; }
span { border-color: rgb(170,255,185); }
td.TdClassName
{
border-color: #AAFFB9;
}
.TagClassName
{
border-color: #AAFFB9;
}
</style>