Shades of Cadillac #A04F62
Tints of Cadillac #A04F62
RGB
CMYK
RGB Variations
Color information
#A04F62 (or 0xA04F62) is known color: Cadillac. HEX triplet: A0, 4F and 62. RGB value is (160,79,98). Sum of RGB (Red+Green+Blue) = 160+79+98=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F62 is #5FB09D. Grayscale: #696969. Windows color (decimal): -6271134 or 6442912. OLE color: 6442912.
HSL color Cylindrical-coordinate representation of color #A04F62: hue angle of 345.93º 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 #A04F62 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 98 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.37 |
| HSL | 345.93º | 0.34% | 0.47% | - |
| HSV(B) | 345.93º | 0.51% | 0.63% | - |
| XYZ | 19.5 | 13.95 | 13.22 | - |
| YUV | 105.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 98 | 0 | 0.51 | 0.39 | 0.37 | 345.93 | 0.34 | 0.47 |
| Hex | A0 | 4F | 62 | 0 | 33 | 27 | 25 | 15A | 22 | 2F |
| Octal | 240 | 117 | 142 | 0 | 63 | 47 | 45 | 532 | 42 | 57 |
| Binary | 10100000 | 1001111 | 1100010 | 0 | 110011 | 100111 | 100101 | 101011010 | 100010 | 101111 |
Color Harmonies of #A04F62
Complementary color
Monochromatic Colors of #A04F62
Black with #A04F62
Text Example
Text Example
White with #A04F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F62; }
p { color: rgb(160,79,98); }
H1.HeaderClassName
{
color: #A04F62;
}
.AnyTagClassName
{
color: #A04F62;
}
</style>
background-color css
<style>
a { background-color: #A04F62; }
a { background-color: rgb(160,79,98); }
div.DivClassName
{
background-color: #A04F62;
}
.BgClassName
{
background-color: #A04F62;
}
</style>
border-color css
<style>
span { border-color: #A04F62; }
span { border-color: rgb(160,79,98); }
td.TdClassName
{
border-color: #A04F62;
}
.TagClassName
{
border-color: #A04F62;
}
</style>