Shades of Cadillac #A04D68
Tints of Cadillac #A04D68
RGB
CMYK
RGB Variations
Color information
#A04D68 (or 0xA04D68) is known color: Cadillac. HEX triplet: A0, 4D and 68. RGB value is (160,77,104). Sum of RGB (Red+Green+Blue) = 160+77+104=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D68 is #5FB297. Grayscale: #686868. Windows color (decimal): -6271640 or 6835616. OLE color: 6835616.
HSL color Cylindrical-coordinate representation of color #A04D68: hue angle of 340.48º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04D68 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 104 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.37 |
| HSL | 340.48º | 0.35% | 0.46% | - |
| HSV(B) | 340.48º | 0.52% | 0.63% | - |
| XYZ | 19.65 | 13.78 | 14.72 | - |
| YUV | 104.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 104 | 0 | 0.52 | 0.35 | 0.37 | 340.48 | 0.35 | 0.46 |
| Hex | A0 | 4D | 68 | 0 | 34 | 23 | 25 | 154 | 23 | 2E |
| Octal | 240 | 115 | 150 | 0 | 64 | 43 | 45 | 524 | 43 | 56 |
| Binary | 10100000 | 1001101 | 1101000 | 0 | 110100 | 100011 | 100101 | 101010100 | 100011 | 101110 |
Color Harmonies of #A04D68
Complementary color
Monochromatic Colors of #A04D68
Black with #A04D68
Text Example
Text Example
White with #A04D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D68; }
p { color: rgb(160,77,104); }
H1.HeaderClassName
{
color: #A04D68;
}
.AnyTagClassName
{
color: #A04D68;
}
</style>
background-color css
<style>
a { background-color: #A04D68; }
a { background-color: rgb(160,77,104); }
div.DivClassName
{
background-color: #A04D68;
}
.BgClassName
{
background-color: #A04D68;
}
</style>
border-color css
<style>
span { border-color: #A04D68; }
span { border-color: rgb(160,77,104); }
td.TdClassName
{
border-color: #A04D68;
}
.TagClassName
{
border-color: #A04D68;
}
</style>