Shades of Cadillac #A04E6D
Tints of Cadillac #A04E6D
RGB
CMYK
RGB Variations
Color information
#A04E6D (or 0xA04E6D) is known color: Cadillac. HEX triplet: A0, 4E and 6D. RGB value is (160,78,109). Sum of RGB (Red+Green+Blue) = 160+78+109=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E6D is #5FB192. Grayscale: #6A6A6A. Windows color (decimal): -6271379 or 7163552. OLE color: 7163552.
HSL color Cylindrical-coordinate representation of color #A04E6D: hue angle of 337.32º 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 #A04E6D is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 109 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.37 |
| HSL | 337.32º | 0.34% | 0.47% | - |
| HSV(B) | 337.32º | 0.51% | 0.63% | - |
| XYZ | 19.98 | 14.03 | 16.12 | - |
| YUV | 106.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 109 | 0 | 0.51 | 0.32 | 0.37 | 337.32 | 0.34 | 0.47 |
| Hex | A0 | 4E | 6D | 0 | 33 | 20 | 25 | 151 | 22 | 2F |
| Octal | 240 | 116 | 155 | 0 | 63 | 40 | 45 | 521 | 42 | 57 |
| Binary | 10100000 | 1001110 | 1101101 | 0 | 110011 | 100000 | 100101 | 101010001 | 100010 | 101111 |
Color Harmonies of #A04E6D
Complementary color
Monochromatic Colors of #A04E6D
Black with #A04E6D
Text Example
Text Example
White with #A04E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E6D; }
p { color: rgb(160,78,109); }
H1.HeaderClassName
{
color: #A04E6D;
}
.AnyTagClassName
{
color: #A04E6D;
}
</style>
background-color css
<style>
a { background-color: #A04E6D; }
a { background-color: rgb(160,78,109); }
div.DivClassName
{
background-color: #A04E6D;
}
.BgClassName
{
background-color: #A04E6D;
}
</style>
border-color css
<style>
span { border-color: #A04E6D; }
span { border-color: rgb(160,78,109); }
td.TdClassName
{
border-color: #A04E6D;
}
.TagClassName
{
border-color: #A04E6D;
}
</style>