Shades of Cadillac #A04D6E
Tints of Cadillac #A04D6E
RGB
CMYK
RGB Variations
Color information
#A04D6E (or 0xA04D6E) is known color: Cadillac. HEX triplet: A0, 4D and 6E. RGB value is (160,77,110). Sum of RGB (Red+Green+Blue) = 160+77+110=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D6E is #5FB291. Grayscale: #696969. Windows color (decimal): -6271634 or 7228832. OLE color: 7228832.
HSL color Cylindrical-coordinate representation of color #A04D6E: hue angle of 336.14º 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 #A04D6E is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 110 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.37 |
| HSL | 336.14º | 0.35% | 0.46% | - |
| HSV(B) | 336.14º | 0.52% | 0.63% | - |
| XYZ | 19.97 | 13.91 | 16.38 | - |
| YUV | 105.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 110 | 0 | 0.52 | 0.31 | 0.37 | 336.14 | 0.35 | 0.46 |
| Hex | A0 | 4D | 6E | 0 | 34 | 1F | 25 | 150 | 23 | 2E |
| Octal | 240 | 115 | 156 | 0 | 64 | 37 | 45 | 520 | 43 | 56 |
| Binary | 10100000 | 1001101 | 1101110 | 0 | 110100 | 11111 | 100101 | 101010000 | 100011 | 101110 |
Color Harmonies of #A04D6E
Complementary color
Monochromatic Colors of #A04D6E
Black with #A04D6E
Text Example
Text Example
White with #A04D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D6E; }
p { color: rgb(160,77,110); }
H1.HeaderClassName
{
color: #A04D6E;
}
.AnyTagClassName
{
color: #A04D6E;
}
</style>
background-color css
<style>
a { background-color: #A04D6E; }
a { background-color: rgb(160,77,110); }
div.DivClassName
{
background-color: #A04D6E;
}
.BgClassName
{
background-color: #A04D6E;
}
</style>
border-color css
<style>
span { border-color: #A04D6E; }
span { border-color: rgb(160,77,110); }
td.TdClassName
{
border-color: #A04D6E;
}
.TagClassName
{
border-color: #A04D6E;
}
</style>