Shades of Tiara #AACABB
Tints of Tiara #AACABB
RGB
CMYK
RGB Variations
Color information
#AACABB (or 0xAACABB) is known color: Tiara. HEX triplet: AA, CA and BB. RGB value is (170,202,187). Sum of RGB (Red+Green+Blue) = 170+202+187=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #AACABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACABB is #553544. Grayscale: #BEBEBE. Windows color (decimal): -5584197 or 12307114. OLE color: 12307114.
HSL color Cylindrical-coordinate representation of color #AACABB: hue angle of 151.88º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACABB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 187 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.21 |
| HSL | 151.88º | 0.23% | 0.73% | - |
| HSV(B) | 151.88º | 0.16% | 0.79% | - |
| XYZ | 46.67 | 54.37 | 55.05 | - |
| YUV | 190.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 187 | 0.16 | 0 | 0.07 | 0.21 | 151.88 | 0.23 | 0.73 |
| Hex | AA | CA | BB | 10 | 0 | 7 | 15 | 98 | 17 | 49 |
| Octal | 252 | 312 | 273 | 20 | 0 | 7 | 25 | 230 | 27 | 111 |
| Binary | 10101010 | 11001010 | 10111011 | 10000 | 0 | 111 | 10101 | 10011000 | 10111 | 1001001 |
Color Harmonies of #AACABB
Complementary color
Monochromatic Colors of #AACABB
Black with #AACABB
Text Example
Text Example
White with #AACABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACABB; }
p { color: rgb(170,202,187); }
H1.HeaderClassName
{
color: #AACABB;
}
.AnyTagClassName
{
color: #AACABB;
}
</style>
background-color css
<style>
a { background-color: #AACABB; }
a { background-color: rgb(170,202,187); }
div.DivClassName
{
background-color: #AACABB;
}
.BgClassName
{
background-color: #AACABB;
}
</style>
border-color css
<style>
span { border-color: #AACABB; }
span { border-color: rgb(170,202,187); }
td.TdClassName
{
border-color: #AACABB;
}
.TagClassName
{
border-color: #AACABB;
}
</style>