Shades of Cadillac #A04E6E
Tints of Cadillac #A04E6E
RGB
CMYK
RGB Variations
Color information
#A04E6E (or 0xA04E6E) is known color: Cadillac. HEX triplet: A0, 4E and 6E. RGB value is (160,78,110). Sum of RGB (Red+Green+Blue) = 160+78+110=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E6E is #5FB191. Grayscale: #6A6A6A. Windows color (decimal): -6271378 or 7229088. OLE color: 7229088.
HSL color Cylindrical-coordinate representation of color #A04E6E: hue angle of 336.59º 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 #A04E6E is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 110 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.37 |
| HSL | 336.59º | 0.34% | 0.47% | - |
| HSV(B) | 336.59º | 0.51% | 0.63% | - |
| XYZ | 20.04 | 14.05 | 16.41 | - |
| YUV | 106.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 110 | 0 | 0.51 | 0.31 | 0.37 | 336.59 | 0.34 | 0.47 |
| Hex | A0 | 4E | 6E | 0 | 33 | 1F | 25 | 151 | 22 | 2F |
| Octal | 240 | 116 | 156 | 0 | 63 | 37 | 45 | 521 | 42 | 57 |
| Binary | 10100000 | 1001110 | 1101110 | 0 | 110011 | 11111 | 100101 | 101010001 | 100010 | 101111 |
Color Harmonies of #A04E6E
Complementary color
Monochromatic Colors of #A04E6E
Black with #A04E6E
Text Example
Text Example
White with #A04E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E6E; }
p { color: rgb(160,78,110); }
H1.HeaderClassName
{
color: #A04E6E;
}
.AnyTagClassName
{
color: #A04E6E;
}
</style>
background-color css
<style>
a { background-color: #A04E6E; }
a { background-color: rgb(160,78,110); }
div.DivClassName
{
background-color: #A04E6E;
}
.BgClassName
{
background-color: #A04E6E;
}
</style>
border-color css
<style>
span { border-color: #A04E6E; }
span { border-color: rgb(160,78,110); }
td.TdClassName
{
border-color: #A04E6E;
}
.TagClassName
{
border-color: #A04E6E;
}
</style>