Shades of Cadillac #A04E61
Tints of Cadillac #A04E61
RGB
CMYK
RGB Variations
Color information
#A04E61 (or 0xA04E61) is known color: Cadillac. HEX triplet: A0, 4E and 61. RGB value is (160,78,97). Sum of RGB (Red+Green+Blue) = 160+78+97=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E61 is #5FB19E. Grayscale: #686868. Windows color (decimal): -6271391 or 6377120. OLE color: 6377120.
HSL color Cylindrical-coordinate representation of color #A04E61: hue angle of 346.1º 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 #A04E61 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 97 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.37 |
| HSL | 346.1º | 0.34% | 0.47% | - |
| HSV(B) | 346.1º | 0.51% | 0.63% | - |
| XYZ | 19.38 | 13.79 | 12.95 | - |
| YUV | 104.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 97 | 0 | 0.51 | 0.39 | 0.37 | 346.1 | 0.34 | 0.47 |
| Hex | A0 | 4E | 61 | 0 | 33 | 27 | 25 | 15A | 22 | 2F |
| Octal | 240 | 116 | 141 | 0 | 63 | 47 | 45 | 532 | 42 | 57 |
| Binary | 10100000 | 1001110 | 1100001 | 0 | 110011 | 100111 | 100101 | 101011010 | 100010 | 101111 |
Color Harmonies of #A04E61
Complementary color
Monochromatic Colors of #A04E61
Black with #A04E61
Text Example
Text Example
White with #A04E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E61; }
p { color: rgb(160,78,97); }
H1.HeaderClassName
{
color: #A04E61;
}
.AnyTagClassName
{
color: #A04E61;
}
</style>
background-color css
<style>
a { background-color: #A04E61; }
a { background-color: rgb(160,78,97); }
div.DivClassName
{
background-color: #A04E61;
}
.BgClassName
{
background-color: #A04E61;
}
</style>
border-color css
<style>
span { border-color: #A04E61; }
span { border-color: rgb(160,78,97); }
td.TdClassName
{
border-color: #A04E61;
}
.TagClassName
{
border-color: #A04E61;
}
</style>