Shades of Sinbad #AACCC6
Tints of Sinbad #AACCC6
RGB
CMYK
RGB Variations
Color information
#AACCC6 (or 0xAACCC6) is known color: Sinbad. HEX triplet: AA, CC and C6. RGB value is (170,204,198). Sum of RGB (Red+Green+Blue) = 170+204+198=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCC6 is #553339. Grayscale: #C1C1C1. Windows color (decimal): -5583674 or 13028522. OLE color: 13028522.
HSL color Cylindrical-coordinate representation of color #AACCC6: hue angle of 169.41º 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 #AACCC6 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 198 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.2 |
| HSL | 169.41º | 0.25% | 0.73% | - |
| HSV(B) | 169.41º | 0.17% | 0.8% | - |
| XYZ | 48.36 | 55.81 | 61.65 | - |
| YUV | 193.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 198 | 0.17 | 0 | 0.03 | 0.2 | 169.41 | 0.25 | 0.73 |
| Hex | AA | CC | C6 | 11 | 0 | 3 | 14 | A9 | 19 | 49 |
| Octal | 252 | 314 | 306 | 21 | 0 | 3 | 24 | 251 | 31 | 111 |
| Binary | 10101010 | 11001100 | 11000110 | 10001 | 0 | 11 | 10100 | 10101001 | 11001 | 1001001 |
Color Harmonies of #AACCC6
Complementary color
Monochromatic Colors of #AACCC6
Black with #AACCC6
Text Example
Text Example
White with #AACCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACCC6; }
p { color: rgb(170,204,198); }
H1.HeaderClassName
{
color: #AACCC6;
}
.AnyTagClassName
{
color: #AACCC6;
}
</style>
background-color css
<style>
a { background-color: #AACCC6; }
a { background-color: rgb(170,204,198); }
div.DivClassName
{
background-color: #AACCC6;
}
.BgClassName
{
background-color: #AACCC6;
}
</style>
border-color css
<style>
span { border-color: #AACCC6; }
span { border-color: rgb(170,204,198); }
td.TdClassName
{
border-color: #AACCC6;
}
.TagClassName
{
border-color: #AACCC6;
}
</style>