Shades of Sinbad #A0CAC6
Tints of Sinbad #A0CAC6
RGB
CMYK
RGB Variations
Color information
#A0CAC6 (or 0xA0CAC6) is known color: Sinbad. HEX triplet: A0, CA and C6. RGB value is (160,202,198). Sum of RGB (Red+Green+Blue) = 160+202+198=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CAC6 is #5F3539. Grayscale: #BCBCBC. Windows color (decimal): -6239546 or 13028000. OLE color: 13028000.
HSL color Cylindrical-coordinate representation of color #A0CAC6: hue angle of 174.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CAC6 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 198 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.21 |
| HSL | 174.29º | 0.28% | 0.71% | - |
| HSV(B) | 174.29º | 0.21% | 0.79% | - |
| XYZ | 45.81 | 53.79 | 61.39 | - |
| YUV | 188.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 198 | 0.21 | 0 | 0.02 | 0.21 | 174.29 | 0.28 | 0.71 |
| Hex | A0 | CA | C6 | 15 | 0 | 2 | 15 | AE | 1C | 47 |
| Octal | 240 | 312 | 306 | 25 | 0 | 2 | 25 | 256 | 34 | 107 |
| Binary | 10100000 | 11001010 | 11000110 | 10101 | 0 | 10 | 10101 | 10101110 | 11100 | 1000111 |
Color Harmonies of #A0CAC6
Complementary color
Monochromatic Colors of #A0CAC6
Black with #A0CAC6
Text Example
Text Example
White with #A0CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CAC6; }
p { color: rgb(160,202,198); }
H1.HeaderClassName
{
color: #A0CAC6;
}
.AnyTagClassName
{
color: #A0CAC6;
}
</style>
background-color css
<style>
a { background-color: #A0CAC6; }
a { background-color: rgb(160,202,198); }
div.DivClassName
{
background-color: #A0CAC6;
}
.BgClassName
{
background-color: #A0CAC6;
}
</style>
border-color css
<style>
span { border-color: #A0CAC6; }
span { border-color: rgb(160,202,198); }
td.TdClassName
{
border-color: #A0CAC6;
}
.TagClassName
{
border-color: #A0CAC6;
}
</style>