Shades of Cadillac #A04E6B
Tints of Cadillac #A04E6B
RGB
CMYK
RGB Variations
Color information
#A04E6B (or 0xA04E6B) is known color: Cadillac. HEX triplet: A0, 4E and 6B. RGB value is (160,78,107). Sum of RGB (Red+Green+Blue) = 160+78+107=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E6B is #5FB194. Grayscale: #696969. Windows color (decimal): -6271381 or 7032480. OLE color: 7032480.
HSL color Cylindrical-coordinate representation of color #A04E6B: hue angle of 338.78º 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 #A04E6B is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 107 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.37 |
| HSL | 338.78º | 0.34% | 0.47% | - |
| HSV(B) | 338.78º | 0.51% | 0.63% | - |
| XYZ | 19.88 | 13.98 | 15.56 | - |
| YUV | 105.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 107 | 0 | 0.51 | 0.33 | 0.37 | 338.78 | 0.34 | 0.47 |
| Hex | A0 | 4E | 6B | 0 | 33 | 21 | 25 | 153 | 22 | 2F |
| Octal | 240 | 116 | 153 | 0 | 63 | 41 | 45 | 523 | 42 | 57 |
| Binary | 10100000 | 1001110 | 1101011 | 0 | 110011 | 100001 | 100101 | 101010011 | 100010 | 101111 |
Color Harmonies of #A04E6B
Complementary color
Monochromatic Colors of #A04E6B
Black with #A04E6B
Text Example
Text Example
White with #A04E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E6B; }
p { color: rgb(160,78,107); }
H1.HeaderClassName
{
color: #A04E6B;
}
.AnyTagClassName
{
color: #A04E6B;
}
</style>
background-color css
<style>
a { background-color: #A04E6B; }
a { background-color: rgb(160,78,107); }
div.DivClassName
{
background-color: #A04E6B;
}
.BgClassName
{
background-color: #A04E6B;
}
</style>
border-color css
<style>
span { border-color: #A04E6B; }
span { border-color: rgb(160,78,107); }
td.TdClassName
{
border-color: #A04E6B;
}
.TagClassName
{
border-color: #A04E6B;
}
</style>