Shades of Cadillac #A04962
Tints of Cadillac #A04962
RGB
CMYK
RGB Variations
Color information
#A04962 (or 0xA04962) is known color: Cadillac. HEX triplet: A0, 49 and 62. RGB value is (160,73,98). Sum of RGB (Red+Green+Blue) = 160+73+98=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A04962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04962 is #5FB69D. Grayscale: #656565. Windows color (decimal): -6272670 or 6441376. OLE color: 6441376.
HSL color Cylindrical-coordinate representation of color #A04962: hue angle of 342.76º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04962 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 98 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.37 |
| HSL | 342.76º | 0.37% | 0.46% | - |
| HSV(B) | 342.76º | 0.54% | 0.63% | - |
| XYZ | 19.08 | 13.12 | 13.08 | - |
| YUV | 101.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 98 | 0 | 0.54 | 0.39 | 0.37 | 342.76 | 0.37 | 0.46 |
| Hex | A0 | 49 | 62 | 0 | 36 | 27 | 25 | 157 | 25 | 2E |
| Octal | 240 | 111 | 142 | 0 | 66 | 47 | 45 | 527 | 45 | 56 |
| Binary | 10100000 | 1001001 | 1100010 | 0 | 110110 | 100111 | 100101 | 101010111 | 100101 | 101110 |
Color Harmonies of #A04962
Complementary color
Monochromatic Colors of #A04962
Black with #A04962
Text Example
Text Example
White with #A04962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04962; }
p { color: rgb(160,73,98); }
H1.HeaderClassName
{
color: #A04962;
}
.AnyTagClassName
{
color: #A04962;
}
</style>
background-color css
<style>
a { background-color: #A04962; }
a { background-color: rgb(160,73,98); }
div.DivClassName
{
background-color: #A04962;
}
.BgClassName
{
background-color: #A04962;
}
</style>
border-color css
<style>
span { border-color: #A04962; }
span { border-color: rgb(160,73,98); }
td.TdClassName
{
border-color: #A04962;
}
.TagClassName
{
border-color: #A04962;
}
</style>