Shades of Cadillac #A04D6A
Tints of Cadillac #A04D6A
RGB
CMYK
RGB Variations
Color information
#A04D6A (or 0xA04D6A) is known color: Cadillac. HEX triplet: A0, 4D and 6A. RGB value is (160,77,106). Sum of RGB (Red+Green+Blue) = 160+77+106=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D6A is #5FB295. Grayscale: #696969. Windows color (decimal): -6271638 or 6966688. OLE color: 6966688.
HSL color Cylindrical-coordinate representation of color #A04D6A: hue angle of 339.04º 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 #A04D6A is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 106 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.37 |
| HSL | 339.04º | 0.35% | 0.46% | - |
| HSV(B) | 339.04º | 0.52% | 0.63% | - |
| XYZ | 19.75 | 13.82 | 15.26 | - |
| YUV | 105.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 106 | 0 | 0.52 | 0.34 | 0.37 | 339.04 | 0.35 | 0.46 |
| Hex | A0 | 4D | 6A | 0 | 34 | 22 | 25 | 153 | 23 | 2E |
| Octal | 240 | 115 | 152 | 0 | 64 | 42 | 45 | 523 | 43 | 56 |
| Binary | 10100000 | 1001101 | 1101010 | 0 | 110100 | 100010 | 100101 | 101010011 | 100011 | 101110 |
Color Harmonies of #A04D6A
Complementary color
Monochromatic Colors of #A04D6A
Black with #A04D6A
Text Example
Text Example
White with #A04D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D6A; }
p { color: rgb(160,77,106); }
H1.HeaderClassName
{
color: #A04D6A;
}
.AnyTagClassName
{
color: #A04D6A;
}
</style>
background-color css
<style>
a { background-color: #A04D6A; }
a { background-color: rgb(160,77,106); }
div.DivClassName
{
background-color: #A04D6A;
}
.BgClassName
{
background-color: #A04D6A;
}
</style>
border-color css
<style>
span { border-color: #A04D6A; }
span { border-color: rgb(160,77,106); }
td.TdClassName
{
border-color: #A04D6A;
}
.TagClassName
{
border-color: #A04D6A;
}
</style>