Shades of Cadillac #A04F61
Tints of Cadillac #A04F61
RGB
CMYK
RGB Variations
Color information
#A04F61 (or 0xA04F61) is known color: Cadillac. HEX triplet: A0, 4F and 61. RGB value is (160,79,97). Sum of RGB (Red+Green+Blue) = 160+79+97=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F61 is #5FB09E. Grayscale: #696969. Windows color (decimal): -6271135 or 6377376. OLE color: 6377376.
HSL color Cylindrical-coordinate representation of color #A04F61: hue angle of 346.67º 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 #A04F61 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 97 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.37 |
| HSL | 346.67º | 0.34% | 0.47% | - |
| HSV(B) | 346.67º | 0.51% | 0.63% | - |
| XYZ | 19.45 | 13.93 | 12.97 | - |
| YUV | 105.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 97 | 0 | 0.51 | 0.39 | 0.37 | 346.67 | 0.34 | 0.47 |
| Hex | A0 | 4F | 61 | 0 | 33 | 27 | 25 | 15B | 22 | 2F |
| Octal | 240 | 117 | 141 | 0 | 63 | 47 | 45 | 533 | 42 | 57 |
| Binary | 10100000 | 1001111 | 1100001 | 0 | 110011 | 100111 | 100101 | 101011011 | 100010 | 101111 |
Color Harmonies of #A04F61
Complementary color
Monochromatic Colors of #A04F61
Black with #A04F61
Text Example
Text Example
White with #A04F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F61; }
p { color: rgb(160,79,97); }
H1.HeaderClassName
{
color: #A04F61;
}
.AnyTagClassName
{
color: #A04F61;
}
</style>
background-color css
<style>
a { background-color: #A04F61; }
a { background-color: rgb(160,79,97); }
div.DivClassName
{
background-color: #A04F61;
}
.BgClassName
{
background-color: #A04F61;
}
</style>
border-color css
<style>
span { border-color: #A04F61; }
span { border-color: rgb(160,79,97); }
td.TdClassName
{
border-color: #A04F61;
}
.TagClassName
{
border-color: #A04F61;
}
</style>