Shades of Sinbad #AACCC9
Tints of Sinbad #AACCC9
RGB
CMYK
RGB Variations
Color information
#AACCC9 (or 0xAACCC9) is known color: Sinbad. HEX triplet: AA, CC and C9. RGB value is (170,204,201). Sum of RGB (Red+Green+Blue) = 170+204+201=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCC9 is #553336. Grayscale: #C1C1C1. Windows color (decimal): -5583671 or 13225130. OLE color: 13225130.
HSL color Cylindrical-coordinate representation of color #AACCC9: hue angle of 174.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCC9 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 201 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.2 |
| HSL | 174.71º | 0.25% | 0.73% | - |
| HSV(B) | 174.71º | 0.17% | 0.8% | - |
| XYZ | 48.71 | 55.95 | 63.49 | - |
| YUV | 193.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 201 | 0.17 | 0 | 0.01 | 0.2 | 174.71 | 0.25 | 0.73 |
| Hex | AA | CC | C9 | 11 | 0 | 1 | 14 | AF | 19 | 49 |
| Octal | 252 | 314 | 311 | 21 | 0 | 1 | 24 | 257 | 31 | 111 |
| Binary | 10101010 | 11001100 | 11001001 | 10001 | 0 | 1 | 10100 | 10101111 | 11001 | 1001001 |
Color Harmonies of #AACCC9
Complementary color
Monochromatic Colors of #AACCC9
Black with #AACCC9
Text Example
Text Example
White with #AACCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACCC9; }
p { color: rgb(170,204,201); }
H1.HeaderClassName
{
color: #AACCC9;
}
.AnyTagClassName
{
color: #AACCC9;
}
</style>
background-color css
<style>
a { background-color: #AACCC9; }
a { background-color: rgb(170,204,201); }
div.DivClassName
{
background-color: #AACCC9;
}
.BgClassName
{
background-color: #AACCC9;
}
</style>
border-color css
<style>
span { border-color: #AACCC9; }
span { border-color: rgb(170,204,201); }
td.TdClassName
{
border-color: #AACCC9;
}
.TagClassName
{
border-color: #AACCC9;
}
</style>