Shades of Cadillac #A04E6C
Tints of Cadillac #A04E6C
RGB
CMYK
RGB Variations
Color information
#A04E6C (or 0xA04E6C) is known color: Cadillac. HEX triplet: A0, 4E and 6C. RGB value is (160,78,108). Sum of RGB (Red+Green+Blue) = 160+78+108=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E6C is #5FB193. Grayscale: #696969. Windows color (decimal): -6271380 or 7098016. OLE color: 7098016.
HSL color Cylindrical-coordinate representation of color #A04E6C: hue angle of 338.05º 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 #A04E6C is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 108 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.37 |
| HSL | 338.05º | 0.34% | 0.47% | - |
| HSV(B) | 338.05º | 0.51% | 0.63% | - |
| XYZ | 19.93 | 14.01 | 15.84 | - |
| YUV | 105.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 108 | 0 | 0.51 | 0.32 | 0.37 | 338.05 | 0.34 | 0.47 |
| Hex | A0 | 4E | 6C | 0 | 33 | 20 | 25 | 152 | 22 | 2F |
| Octal | 240 | 116 | 154 | 0 | 63 | 40 | 45 | 522 | 42 | 57 |
| Binary | 10100000 | 1001110 | 1101100 | 0 | 110011 | 100000 | 100101 | 101010010 | 100010 | 101111 |
Color Harmonies of #A04E6C
Complementary color
Monochromatic Colors of #A04E6C
Black with #A04E6C
Text Example
Text Example
White with #A04E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E6C; }
p { color: rgb(160,78,108); }
H1.HeaderClassName
{
color: #A04E6C;
}
.AnyTagClassName
{
color: #A04E6C;
}
</style>
background-color css
<style>
a { background-color: #A04E6C; }
a { background-color: rgb(160,78,108); }
div.DivClassName
{
background-color: #A04E6C;
}
.BgClassName
{
background-color: #A04E6C;
}
</style>
border-color css
<style>
span { border-color: #A04E6C; }
span { border-color: rgb(160,78,108); }
td.TdClassName
{
border-color: #A04E6C;
}
.TagClassName
{
border-color: #A04E6C;
}
</style>