Shades of Cadillac #A14764
Tints of Cadillac #A14764
RGB
CMYK
RGB Variations
Color information
#A14764 (or 0xA14764) is known color: Cadillac. HEX triplet: A1, 47 and 64. RGB value is (161,71,100). Sum of RGB (Red+Green+Blue) = 161+71+100=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A14764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14764 is #5EB89B. Grayscale: #656565. Windows color (decimal): -6207644 or 6571937. OLE color: 6571937.
HSL color Cylindrical-coordinate representation of color #A14764: hue angle of 340.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A14764 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 100 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.37 |
| HSL | 340.67º | 0.39% | 0.45% | - |
| HSV(B) | 340.67º | 0.56% | 0.63% | - |
| XYZ | 19.25 | 13 | 13.55 | - |
| YUV | 101.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 100 | 0 | 0.56 | 0.38 | 0.37 | 340.67 | 0.39 | 0.45 |
| Hex | A1 | 47 | 64 | 0 | 38 | 26 | 25 | 155 | 27 | 2D |
| Octal | 241 | 107 | 144 | 0 | 70 | 46 | 45 | 525 | 47 | 55 |
| Binary | 10100001 | 1000111 | 1100100 | 0 | 111000 | 100110 | 100101 | 101010101 | 100111 | 101101 |
Color Harmonies of #A14764
Complementary color
Monochromatic Colors of #A14764
Black with #A14764
Text Example
Text Example
White with #A14764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14764; }
p { color: rgb(161,71,100); }
H1.HeaderClassName
{
color: #A14764;
}
.AnyTagClassName
{
color: #A14764;
}
</style>
background-color css
<style>
a { background-color: #A14764; }
a { background-color: rgb(161,71,100); }
div.DivClassName
{
background-color: #A14764;
}
.BgClassName
{
background-color: #A14764;
}
</style>
border-color css
<style>
span { border-color: #A14764; }
span { border-color: rgb(161,71,100); }
td.TdClassName
{
border-color: #A14764;
}
.TagClassName
{
border-color: #A14764;
}
</style>