Shades of Cadillac #A04E62
Tints of Cadillac #A04E62
RGB
CMYK
RGB Variations
Color information
#A04E62 (or 0xA04E62) is known color: Cadillac. HEX triplet: A0, 4E and 62. RGB value is (160,78,98). Sum of RGB (Red+Green+Blue) = 160+78+98=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E62 is #5FB19D. Grayscale: #686868. Windows color (decimal): -6271390 or 6442656. OLE color: 6442656.
HSL color Cylindrical-coordinate representation of color #A04E62: hue angle of 345.37º 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 #A04E62 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 98 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.37 |
| HSL | 345.37º | 0.34% | 0.47% | - |
| HSV(B) | 345.37º | 0.51% | 0.63% | - |
| XYZ | 19.43 | 13.8 | 13.2 | - |
| YUV | 104.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 98 | 0 | 0.51 | 0.39 | 0.37 | 345.37 | 0.34 | 0.47 |
| Hex | A0 | 4E | 62 | 0 | 33 | 27 | 25 | 159 | 22 | 2F |
| Octal | 240 | 116 | 142 | 0 | 63 | 47 | 45 | 531 | 42 | 57 |
| Binary | 10100000 | 1001110 | 1100010 | 0 | 110011 | 100111 | 100101 | 101011001 | 100010 | 101111 |
Color Harmonies of #A04E62
Complementary color
Monochromatic Colors of #A04E62
Black with #A04E62
Text Example
Text Example
White with #A04E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E62; }
p { color: rgb(160,78,98); }
H1.HeaderClassName
{
color: #A04E62;
}
.AnyTagClassName
{
color: #A04E62;
}
</style>
background-color css
<style>
a { background-color: #A04E62; }
a { background-color: rgb(160,78,98); }
div.DivClassName
{
background-color: #A04E62;
}
.BgClassName
{
background-color: #A04E62;
}
</style>
border-color css
<style>
span { border-color: #A04E62; }
span { border-color: rgb(160,78,98); }
td.TdClassName
{
border-color: #A04E62;
}
.TagClassName
{
border-color: #A04E62;
}
</style>