Shades of Cadillac #A14B65
Tints of Cadillac #A14B65
RGB
CMYK
RGB Variations
Color information
#A14B65 (or 0xA14B65) is known color: Cadillac. HEX triplet: A1, 4B and 65. RGB value is (161,75,101). Sum of RGB (Red+Green+Blue) = 161+75+101=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14B65 is #5EB49A. Grayscale: #676767. Windows color (decimal): -6206619 or 6638497. OLE color: 6638497.
HSL color Cylindrical-coordinate representation of color #A14B65: hue angle of 341.86º 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 #A14B65 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 101 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.37 |
| HSL | 341.86º | 0.36% | 0.46% | - |
| HSV(B) | 341.86º | 0.53% | 0.63% | - |
| XYZ | 19.56 | 13.55 | 13.9 | - |
| YUV | 103.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 101 | 0 | 0.53 | 0.37 | 0.37 | 341.86 | 0.36 | 0.46 |
| Hex | A1 | 4B | 65 | 0 | 35 | 25 | 25 | 156 | 24 | 2E |
| Octal | 241 | 113 | 145 | 0 | 65 | 45 | 45 | 526 | 44 | 56 |
| Binary | 10100001 | 1001011 | 1100101 | 0 | 110101 | 100101 | 100101 | 101010110 | 100100 | 101110 |
Color Harmonies of #A14B65
Complementary color
Monochromatic Colors of #A14B65
Black with #A14B65
Text Example
Text Example
White with #A14B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B65; }
p { color: rgb(161,75,101); }
H1.HeaderClassName
{
color: #A14B65;
}
.AnyTagClassName
{
color: #A14B65;
}
</style>
background-color css
<style>
a { background-color: #A14B65; }
a { background-color: rgb(161,75,101); }
div.DivClassName
{
background-color: #A14B65;
}
.BgClassName
{
background-color: #A14B65;
}
</style>
border-color css
<style>
span { border-color: #A14B65; }
span { border-color: rgb(161,75,101); }
td.TdClassName
{
border-color: #A14B65;
}
.TagClassName
{
border-color: #A14B65;
}
</style>