Shades of Sinbad #A1CAC5
Tints of Sinbad #A1CAC5
RGB
CMYK
RGB Variations
Color information
#A1CAC5 (or 0xA1CAC5) is known color: Sinbad. HEX triplet: A1, CA and C5. RGB value is (161,202,197). Sum of RGB (Red+Green+Blue) = 161+202+197=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CAC5 is #5E353A. Grayscale: #BDBDBD. Windows color (decimal): -6174011 or 12962465. OLE color: 12962465.
HSL color Cylindrical-coordinate representation of color #A1CAC5: hue angle of 172.68º 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 #A1CAC5 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 197 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.21 |
| HSL | 172.68º | 0.28% | 0.71% | - |
| HSV(B) | 172.68º | 0.2% | 0.79% | - |
| XYZ | 45.9 | 53.85 | 60.8 | - |
| YUV | 189.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 197 | 0.20 | 0 | 0.02 | 0.21 | 172.68 | 0.28 | 0.71 |
| Hex | A1 | CA | C5 | 14 | 0 | 2 | 15 | AD | 1C | 47 |
| Octal | 241 | 312 | 305 | 24 | 0 | 2 | 25 | 255 | 34 | 107 |
| Binary | 10100001 | 11001010 | 11000101 | 10100 | 0 | 10 | 10101 | 10101101 | 11100 | 1000111 |
Color Harmonies of #A1CAC5
Complementary color
Monochromatic Colors of #A1CAC5
Black with #A1CAC5
Text Example
Text Example
White with #A1CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CAC5; }
p { color: rgb(161,202,197); }
H1.HeaderClassName
{
color: #A1CAC5;
}
.AnyTagClassName
{
color: #A1CAC5;
}
</style>
background-color css
<style>
a { background-color: #A1CAC5; }
a { background-color: rgb(161,202,197); }
div.DivClassName
{
background-color: #A1CAC5;
}
.BgClassName
{
background-color: #A1CAC5;
}
</style>
border-color css
<style>
span { border-color: #A1CAC5; }
span { border-color: rgb(161,202,197); }
td.TdClassName
{
border-color: #A1CAC5;
}
.TagClassName
{
border-color: #A1CAC5;
}
</style>