Shades of Biloba Flower #AAA0B9
Tints of Biloba Flower #AAA0B9
RGB
CMYK
RGB Variations
Color information
#AAA0B9 (or 0xAAA0B9) is known color: Biloba Flower. HEX triplet: AA, A0 and B9. RGB value is (170,160,185). Sum of RGB (Red+Green+Blue) = 170+160+185=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: blue. Hex color #AAA0B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0B9 is #555F46. Grayscale: #A5A5A5. Windows color (decimal): -5594951 or 12165290. OLE color: 12165290.
HSL color Cylindrical-coordinate representation of color #AAA0B9: hue angle of 264º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAA0B9 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 160 | 185 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.27 |
| HSL | 264º | 0.15% | 0.68% | - |
| HSV(B) | 264º | 0.14% | 0.73% | - |
| XYZ | 37.91 | 37.19 | 51.08 | - |
| YUV | 165.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 185 | 0.08 | 0.14 | 0 | 0.27 | 264 | 0.15 | 0.68 |
| Hex | AA | A0 | B9 | 8 | E | 0 | 1B | 108 | F | 44 |
| Octal | 252 | 240 | 271 | 10 | 16 | 0 | 33 | 410 | 17 | 104 |
| Binary | 10101010 | 10100000 | 10111001 | 1000 | 1110 | 0 | 11011 | 100001000 | 1111 | 1000100 |
Color Harmonies of #AAA0B9
Complementary color
Monochromatic Colors of #AAA0B9
Black with #AAA0B9
Text Example
Text Example
White with #AAA0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0B9; }
p { color: rgb(170,160,185); }
H1.HeaderClassName
{
color: #AAA0B9;
}
.AnyTagClassName
{
color: #AAA0B9;
}
</style>
background-color css
<style>
a { background-color: #AAA0B9; }
a { background-color: rgb(170,160,185); }
div.DivClassName
{
background-color: #AAA0B9;
}
.BgClassName
{
background-color: #AAA0B9;
}
</style>
border-color css
<style>
span { border-color: #AAA0B9; }
span { border-color: rgb(170,160,185); }
td.TdClassName
{
border-color: #AAA0B9;
}
.TagClassName
{
border-color: #AAA0B9;
}
</style>