Shades of Cadillac #A04F63
Tints of Cadillac #A04F63
RGB
CMYK
RGB Variations
Color information
#A04F63 (or 0xA04F63) is known color: Cadillac. HEX triplet: A0, 4F and 63. RGB value is (160,79,99). Sum of RGB (Red+Green+Blue) = 160+79+99=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F63 is #5FB09C. Grayscale: #696969. Windows color (decimal): -6271133 or 6508448. OLE color: 6508448.
HSL color Cylindrical-coordinate representation of color #A04F63: hue angle of 345.19º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F63 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 99 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.37 |
| HSL | 345.19º | 0.34% | 0.47% | - |
| HSV(B) | 345.19º | 0.51% | 0.63% | - |
| XYZ | 19.55 | 13.97 | 13.47 | - |
| YUV | 105.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 99 | 0 | 0.51 | 0.38 | 0.37 | 345.19 | 0.34 | 0.47 |
| Hex | A0 | 4F | 63 | 0 | 33 | 26 | 25 | 159 | 22 | 2F |
| Octal | 240 | 117 | 143 | 0 | 63 | 46 | 45 | 531 | 42 | 57 |
| Binary | 10100000 | 1001111 | 1100011 | 0 | 110011 | 100110 | 100101 | 101011001 | 100010 | 101111 |
Color Harmonies of #A04F63
Complementary color
Monochromatic Colors of #A04F63
Black with #A04F63
Text Example
Text Example
White with #A04F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F63; }
p { color: rgb(160,79,99); }
H1.HeaderClassName
{
color: #A04F63;
}
.AnyTagClassName
{
color: #A04F63;
}
</style>
background-color css
<style>
a { background-color: #A04F63; }
a { background-color: rgb(160,79,99); }
div.DivClassName
{
background-color: #A04F63;
}
.BgClassName
{
background-color: #A04F63;
}
</style>
border-color css
<style>
span { border-color: #A04F63; }
span { border-color: rgb(160,79,99); }
td.TdClassName
{
border-color: #A04F63;
}
.TagClassName
{
border-color: #A04F63;
}
</style>