Shades of Sinbad #A3CAC5
Tints of Sinbad #A3CAC5
RGB
CMYK
RGB Variations
Color information
#A3CAC5 (or 0xA3CAC5) is known color: Sinbad. HEX triplet: A3, CA and C5. RGB value is (163,202,197). Sum of RGB (Red+Green+Blue) = 163+202+197=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAC5 is #5C353A. Grayscale: #BDBDBD. Windows color (decimal): -6042939 or 12962467. OLE color: 12962467.
HSL color Cylindrical-coordinate representation of color #A3CAC5: hue angle of 172.31º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3CAC5 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 197 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.21 |
| HSL | 172.31º | 0.27% | 0.72% | - |
| HSV(B) | 172.31º | 0.19% | 0.79% | - |
| XYZ | 46.3 | 54.06 | 60.82 | - |
| YUV | 189.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 197 | 0.19 | 0 | 0.02 | 0.21 | 172.31 | 0.27 | 0.72 |
| Hex | A3 | CA | C5 | 13 | 0 | 2 | 15 | AC | 1B | 48 |
| Octal | 243 | 312 | 305 | 23 | 0 | 2 | 25 | 254 | 33 | 110 |
| Binary | 10100011 | 11001010 | 11000101 | 10011 | 0 | 10 | 10101 | 10101100 | 11011 | 1001000 |
Color Harmonies of #A3CAC5
Complementary color
Monochromatic Colors of #A3CAC5
Black with #A3CAC5
Text Example
Text Example
White with #A3CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CAC5; }
p { color: rgb(163,202,197); }
H1.HeaderClassName
{
color: #A3CAC5;
}
.AnyTagClassName
{
color: #A3CAC5;
}
</style>
background-color css
<style>
a { background-color: #A3CAC5; }
a { background-color: rgb(163,202,197); }
div.DivClassName
{
background-color: #A3CAC5;
}
.BgClassName
{
background-color: #A3CAC5;
}
</style>
border-color css
<style>
span { border-color: #A3CAC5; }
span { border-color: rgb(163,202,197); }
td.TdClassName
{
border-color: #A3CAC5;
}
.TagClassName
{
border-color: #A3CAC5;
}
</style>