Shades of Sinbad #A1CAC7
Tints of Sinbad #A1CAC7
RGB
CMYK
RGB Variations
Color information
#A1CAC7 (or 0xA1CAC7) is known color: Sinbad. HEX triplet: A1, CA and C7. RGB value is (161,202,199). Sum of RGB (Red+Green+Blue) = 161+202+199=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CAC7 is #5E3538. Grayscale: #BDBDBD. Windows color (decimal): -6174009 or 13093537. OLE color: 13093537.
HSL color Cylindrical-coordinate representation of color #A1CAC7: hue angle of 175.61º degrees, saturation: 0.28, 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 #A1CAC7 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 199 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.21 |
| HSL | 175.61º | 0.28% | 0.71% | - |
| HSV(B) | 175.61º | 0.2% | 0.79% | - |
| XYZ | 46.13 | 53.94 | 62.01 | - |
| YUV | 189.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 199 | 0.20 | 0 | 0.01 | 0.21 | 175.61 | 0.28 | 0.71 |
| Hex | A1 | CA | C7 | 14 | 0 | 1 | 15 | B0 | 1C | 47 |
| Octal | 241 | 312 | 307 | 24 | 0 | 1 | 25 | 260 | 34 | 107 |
| Binary | 10100001 | 11001010 | 11000111 | 10100 | 0 | 1 | 10101 | 10110000 | 11100 | 1000111 |
Color Harmonies of #A1CAC7
Complementary color
Monochromatic Colors of #A1CAC7
Black with #A1CAC7
Text Example
Text Example
White with #A1CAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CAC7; }
p { color: rgb(161,202,199); }
H1.HeaderClassName
{
color: #A1CAC7;
}
.AnyTagClassName
{
color: #A1CAC7;
}
</style>
background-color css
<style>
a { background-color: #A1CAC7; }
a { background-color: rgb(161,202,199); }
div.DivClassName
{
background-color: #A1CAC7;
}
.BgClassName
{
background-color: #A1CAC7;
}
</style>
border-color css
<style>
span { border-color: #A1CAC7; }
span { border-color: rgb(161,202,199); }
td.TdClassName
{
border-color: #A1CAC7;
}
.TagClassName
{
border-color: #A1CAC7;
}
</style>