Shades of Cadillac #A04B62
Tints of Cadillac #A04B62
RGB
CMYK
RGB Variations
Color information
#A04B62 (or 0xA04B62) is known color: Cadillac. HEX triplet: A0, 4B and 62. RGB value is (160,75,98). Sum of RGB (Red+Green+Blue) = 160+75+98=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04B62 is #5FB49D. Grayscale: #676767. Windows color (decimal): -6272158 or 6441888. OLE color: 6441888.
HSL color Cylindrical-coordinate representation of color #A04B62: hue angle of 343.76º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A04B62 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 75 | 98 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.37 |
| HSL | 343.76º | 0.36% | 0.46% | - |
| HSV(B) | 343.76º | 0.53% | 0.63% | - |
| XYZ | 19.22 | 13.39 | 13.13 | - |
| YUV | 103.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 98 | 0 | 0.53 | 0.39 | 0.37 | 343.76 | 0.36 | 0.46 |
| Hex | A0 | 4B | 62 | 0 | 35 | 27 | 25 | 158 | 24 | 2E |
| Octal | 240 | 113 | 142 | 0 | 65 | 47 | 45 | 530 | 44 | 56 |
| Binary | 10100000 | 1001011 | 1100010 | 0 | 110101 | 100111 | 100101 | 101011000 | 100100 | 101110 |
Color Harmonies of #A04B62
Complementary color
Monochromatic Colors of #A04B62
Black with #A04B62
Text Example
Text Example
White with #A04B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04B62; }
p { color: rgb(160,75,98); }
H1.HeaderClassName
{
color: #A04B62;
}
.AnyTagClassName
{
color: #A04B62;
}
</style>
background-color css
<style>
a { background-color: #A04B62; }
a { background-color: rgb(160,75,98); }
div.DivClassName
{
background-color: #A04B62;
}
.BgClassName
{
background-color: #A04B62;
}
</style>
border-color css
<style>
span { border-color: #A04B62; }
span { border-color: rgb(160,75,98); }
td.TdClassName
{
border-color: #A04B62;
}
.TagClassName
{
border-color: #A04B62;
}
</style>