Shades of Cadillac #A14F70
Tints of Cadillac #A14F70
RGB
CMYK
RGB Variations
Color information
#A14F70 (or 0xA14F70) is known color: Cadillac. HEX triplet: A1, 4F and 70. RGB value is (161,79,112). Sum of RGB (Red+Green+Blue) = 161+79+112=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14F70 is #5EB08F. Grayscale: #6B6B6B. Windows color (decimal): -6205584 or 7360417. OLE color: 7360417.
HSL color Cylindrical-coordinate representation of color #A14F70: hue angle of 335.85º 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 #A14F70 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 112 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.37 |
| HSL | 335.85º | 0.34% | 0.47% | - |
| HSV(B) | 335.85º | 0.51% | 0.63% | - |
| XYZ | 20.42 | 14.34 | 17.02 | - |
| YUV | 107.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 112 | 0 | 0.51 | 0.30 | 0.37 | 335.85 | 0.34 | 0.47 |
| Hex | A1 | 4F | 70 | 0 | 33 | 1E | 25 | 150 | 22 | 2F |
| Octal | 241 | 117 | 160 | 0 | 63 | 36 | 45 | 520 | 42 | 57 |
| Binary | 10100001 | 1001111 | 1110000 | 0 | 110011 | 11110 | 100101 | 101010000 | 100010 | 101111 |
Color Harmonies of #A14F70
Complementary color
Monochromatic Colors of #A14F70
Black with #A14F70
Text Example
Text Example
White with #A14F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F70; }
p { color: rgb(161,79,112); }
H1.HeaderClassName
{
color: #A14F70;
}
.AnyTagClassName
{
color: #A14F70;
}
</style>
background-color css
<style>
a { background-color: #A14F70; }
a { background-color: rgb(161,79,112); }
div.DivClassName
{
background-color: #A14F70;
}
.BgClassName
{
background-color: #A14F70;
}
</style>
border-color css
<style>
span { border-color: #A14F70; }
span { border-color: rgb(161,79,112); }
td.TdClassName
{
border-color: #A14F70;
}
.TagClassName
{
border-color: #A14F70;
}
</style>