Shades of Cadillac #A04C66
Tints of Cadillac #A04C66
RGB
CMYK
RGB Variations
Color information
#A04C66 (or 0xA04C66) is known color: Cadillac. HEX triplet: A0, 4C and 66. RGB value is (160,76,102). Sum of RGB (Red+Green+Blue) = 160+76+102=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04C66 is #5FB399. Grayscale: #686868. Windows color (decimal): -6271898 or 6704288. OLE color: 6704288.
HSL color Cylindrical-coordinate representation of color #A04C66: hue angle of 341.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04C66 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 102 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.37 |
| HSL | 341.43º | 0.36% | 0.46% | - |
| HSV(B) | 341.43º | 0.53% | 0.63% | - |
| XYZ | 19.48 | 13.6 | 14.17 | - |
| YUV | 104.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 102 | 0 | 0.52 | 0.36 | 0.37 | 341.43 | 0.36 | 0.46 |
| Hex | A0 | 4C | 66 | 0 | 34 | 24 | 25 | 155 | 24 | 2E |
| Octal | 240 | 114 | 146 | 0 | 64 | 44 | 45 | 525 | 44 | 56 |
| Binary | 10100000 | 1001100 | 1100110 | 0 | 110100 | 100100 | 100101 | 101010101 | 100100 | 101110 |
Color Harmonies of #A04C66
Complementary color
Monochromatic Colors of #A04C66
Black with #A04C66
Text Example
Text Example
White with #A04C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C66; }
p { color: rgb(160,76,102); }
H1.HeaderClassName
{
color: #A04C66;
}
.AnyTagClassName
{
color: #A04C66;
}
</style>
background-color css
<style>
a { background-color: #A04C66; }
a { background-color: rgb(160,76,102); }
div.DivClassName
{
background-color: #A04C66;
}
.BgClassName
{
background-color: #A04C66;
}
</style>
border-color css
<style>
span { border-color: #A04C66; }
span { border-color: rgb(160,76,102); }
td.TdClassName
{
border-color: #A04C66;
}
.TagClassName
{
border-color: #A04C66;
}
</style>