Shades of Sinbad #A2CAC6
Tints of Sinbad #A2CAC6
RGB
CMYK
RGB Variations
Color information
#A2CAC6 (or 0xA2CAC6) is known color: Sinbad. HEX triplet: A2, CA and C6. RGB value is (162,202,198). Sum of RGB (Red+Green+Blue) = 162+202+198=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CAC6 is #5D3539. Grayscale: #BDBDBD. Windows color (decimal): -6108474 or 13028002. OLE color: 13028002.
HSL color Cylindrical-coordinate representation of color #A2CAC6: hue angle of 174º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2CAC6 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 198 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.21 |
| HSL | 174º | 0.27% | 0.71% | - |
| HSV(B) | 174º | 0.2% | 0.79% | - |
| XYZ | 46.21 | 54 | 61.41 | - |
| YUV | 189.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 198 | 0.20 | 0 | 0.02 | 0.21 | 174 | 0.27 | 0.71 |
| Hex | A2 | CA | C6 | 14 | 0 | 2 | 15 | AE | 1B | 47 |
| Octal | 242 | 312 | 306 | 24 | 0 | 2 | 25 | 256 | 33 | 107 |
| Binary | 10100010 | 11001010 | 11000110 | 10100 | 0 | 10 | 10101 | 10101110 | 11011 | 1000111 |
Color Harmonies of #A2CAC6
Complementary color
Monochromatic Colors of #A2CAC6
Black with #A2CAC6
Text Example
Text Example
White with #A2CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CAC6; }
p { color: rgb(162,202,198); }
H1.HeaderClassName
{
color: #A2CAC6;
}
.AnyTagClassName
{
color: #A2CAC6;
}
</style>
background-color css
<style>
a { background-color: #A2CAC6; }
a { background-color: rgb(162,202,198); }
div.DivClassName
{
background-color: #A2CAC6;
}
.BgClassName
{
background-color: #A2CAC6;
}
</style>
border-color css
<style>
span { border-color: #A2CAC6; }
span { border-color: rgb(162,202,198); }
td.TdClassName
{
border-color: #A2CAC6;
}
.TagClassName
{
border-color: #A2CAC6;
}
</style>