Shades of Cadillac #A14F62
Tints of Cadillac #A14F62
RGB
CMYK
RGB Variations
Color information
#A14F62 (or 0xA14F62) is known color: Cadillac. HEX triplet: A1, 4F and 62. RGB value is (161,79,98). Sum of RGB (Red+Green+Blue) = 161+79+98=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14F62 is #5EB09D. Grayscale: #696969. Windows color (decimal): -6205598 or 6442913. OLE color: 6442913.
HSL color Cylindrical-coordinate representation of color #A14F62: hue angle of 346.1º 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 #A14F62 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 98 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.37 |
| HSL | 346.1º | 0.34% | 0.47% | - |
| HSV(B) | 346.1º | 0.51% | 0.63% | - |
| XYZ | 19.7 | 14.05 | 13.23 | - |
| YUV | 105.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 98 | 0 | 0.51 | 0.39 | 0.37 | 346.1 | 0.34 | 0.47 |
| Hex | A1 | 4F | 62 | 0 | 33 | 27 | 25 | 15A | 22 | 2F |
| Octal | 241 | 117 | 142 | 0 | 63 | 47 | 45 | 532 | 42 | 57 |
| Binary | 10100001 | 1001111 | 1100010 | 0 | 110011 | 100111 | 100101 | 101011010 | 100010 | 101111 |
Color Harmonies of #A14F62
Complementary color
Monochromatic Colors of #A14F62
Black with #A14F62
Text Example
Text Example
White with #A14F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F62; }
p { color: rgb(161,79,98); }
H1.HeaderClassName
{
color: #A14F62;
}
.AnyTagClassName
{
color: #A14F62;
}
</style>
background-color css
<style>
a { background-color: #A14F62; }
a { background-color: rgb(161,79,98); }
div.DivClassName
{
background-color: #A14F62;
}
.BgClassName
{
background-color: #A14F62;
}
</style>
border-color css
<style>
span { border-color: #A14F62; }
span { border-color: rgb(161,79,98); }
td.TdClassName
{
border-color: #A14F62;
}
.TagClassName
{
border-color: #A14F62;
}
</style>