Shades of Sinbad #A6CAC6
Tints of Sinbad #A6CAC6
RGB
CMYK
RGB Variations
Color information
#A6CAC6 (or 0xA6CAC6) is known color: Sinbad. HEX triplet: A6, CA and C6. RGB value is (166,202,198). Sum of RGB (Red+Green+Blue) = 166+202+198=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CAC6 is #593539. Grayscale: #BEBEBE. Windows color (decimal): -5846330 or 13028006. OLE color: 13028006.
HSL color Cylindrical-coordinate representation of color #A6CAC6: hue angle of 173.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CAC6 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 198 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.21 |
| HSL | 173.33º | 0.25% | 0.72% | - |
| HSV(B) | 173.33º | 0.18% | 0.79% | - |
| XYZ | 47.04 | 54.43 | 61.45 | - |
| YUV | 190.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 198 | 0.18 | 0 | 0.02 | 0.21 | 173.33 | 0.25 | 0.72 |
| Hex | A6 | CA | C6 | 12 | 0 | 2 | 15 | AD | 19 | 48 |
| Octal | 246 | 312 | 306 | 22 | 0 | 2 | 25 | 255 | 31 | 110 |
| Binary | 10100110 | 11001010 | 11000110 | 10010 | 0 | 10 | 10101 | 10101101 | 11001 | 1001000 |
Color Harmonies of #A6CAC6
Complementary color
Monochromatic Colors of #A6CAC6
Black with #A6CAC6
Text Example
Text Example
White with #A6CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CAC6; }
p { color: rgb(166,202,198); }
H1.HeaderClassName
{
color: #A6CAC6;
}
.AnyTagClassName
{
color: #A6CAC6;
}
</style>
background-color css
<style>
a { background-color: #A6CAC6; }
a { background-color: rgb(166,202,198); }
div.DivClassName
{
background-color: #A6CAC6;
}
.BgClassName
{
background-color: #A6CAC6;
}
</style>
border-color css
<style>
span { border-color: #A6CAC6; }
span { border-color: rgb(166,202,198); }
td.TdClassName
{
border-color: #A6CAC6;
}
.TagClassName
{
border-color: #A6CAC6;
}
</style>