Shades of Cadillac #A14961
Tints of Cadillac #A14961
RGB
CMYK
RGB Variations
Color information
#A14961 (or 0xA14961) is known color: Cadillac. HEX triplet: A1, 49 and 61. RGB value is (161,73,97). Sum of RGB (Red+Green+Blue) = 161+73+97=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A14961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14961 is #5EB69E. Grayscale: #666666. Windows color (decimal): -6207135 or 6375841. OLE color: 6375841.
HSL color Cylindrical-coordinate representation of color #A14961: hue angle of 343.64º 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 #A14961 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 97 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.37 |
| HSL | 343.64º | 0.38% | 0.46% | - |
| HSV(B) | 343.64º | 0.55% | 0.63% | - |
| XYZ | 19.24 | 13.21 | 12.84 | - |
| YUV | 102.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 97 | 0 | 0.55 | 0.40 | 0.37 | 343.64 | 0.38 | 0.46 |
| Hex | A1 | 49 | 61 | 0 | 37 | 28 | 25 | 158 | 26 | 2E |
| Octal | 241 | 111 | 141 | 0 | 67 | 50 | 45 | 530 | 46 | 56 |
| Binary | 10100001 | 1001001 | 1100001 | 0 | 110111 | 101000 | 100101 | 101011000 | 100110 | 101110 |
Color Harmonies of #A14961
Complementary color
Monochromatic Colors of #A14961
Black with #A14961
Text Example
Text Example
White with #A14961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14961; }
p { color: rgb(161,73,97); }
H1.HeaderClassName
{
color: #A14961;
}
.AnyTagClassName
{
color: #A14961;
}
</style>
background-color css
<style>
a { background-color: #A14961; }
a { background-color: rgb(161,73,97); }
div.DivClassName
{
background-color: #A14961;
}
.BgClassName
{
background-color: #A14961;
}
</style>
border-color css
<style>
span { border-color: #A14961; }
span { border-color: rgb(161,73,97); }
td.TdClassName
{
border-color: #A14961;
}
.TagClassName
{
border-color: #A14961;
}
</style>