Shades of Cadillac #A14861
Tints of Cadillac #A14861
RGB
CMYK
RGB Variations
Color information
#A14861 (or 0xA14861) is known color: Cadillac. HEX triplet: A1, 48 and 61. RGB value is (161,72,97). Sum of RGB (Red+Green+Blue) = 161+72+97=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A14861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14861 is #5EB79E. Grayscale: #656565. Windows color (decimal): -6207391 or 6375585. OLE color: 6375585.
HSL color Cylindrical-coordinate representation of color #A14861: hue angle of 343.15º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14861 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 97 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.37 |
| HSL | 343.15º | 0.38% | 0.46% | - |
| HSV(B) | 343.15º | 0.55% | 0.63% | - |
| XYZ | 19.17 | 13.07 | 12.82 | - |
| YUV | 101.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 97 | 0 | 0.55 | 0.40 | 0.37 | 343.15 | 0.38 | 0.46 |
| Hex | A1 | 48 | 61 | 0 | 37 | 28 | 25 | 157 | 26 | 2E |
| Octal | 241 | 110 | 141 | 0 | 67 | 50 | 45 | 527 | 46 | 56 |
| Binary | 10100001 | 1001000 | 1100001 | 0 | 110111 | 101000 | 100101 | 101010111 | 100110 | 101110 |
Color Harmonies of #A14861
Complementary color
Monochromatic Colors of #A14861
Black with #A14861
Text Example
Text Example
White with #A14861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14861; }
p { color: rgb(161,72,97); }
H1.HeaderClassName
{
color: #A14861;
}
.AnyTagClassName
{
color: #A14861;
}
</style>
background-color css
<style>
a { background-color: #A14861; }
a { background-color: rgb(161,72,97); }
div.DivClassName
{
background-color: #A14861;
}
.BgClassName
{
background-color: #A14861;
}
</style>
border-color css
<style>
span { border-color: #A14861; }
span { border-color: rgb(161,72,97); }
td.TdClassName
{
border-color: #A14861;
}
.TagClassName
{
border-color: #A14861;
}
</style>