Shades of Cadillac #A04664
Tints of Cadillac #A04664
RGB
CMYK
RGB Variations
Color information
#A04664 (or 0xA04664) is known color: Cadillac. HEX triplet: A0, 46 and 64. RGB value is (160,70,100). Sum of RGB (Red+Green+Blue) = 160+70+100=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A04664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04664 is #5FB99B. Grayscale: #646464. Windows color (decimal): -6273436 or 6571680. OLE color: 6571680.
HSL color Cylindrical-coordinate representation of color #A04664: hue angle of 340º 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 #A04664 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 100 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.37 |
| HSL | 340º | 0.39% | 0.45% | - |
| HSV(B) | 340º | 0.56% | 0.63% | - |
| XYZ | 18.99 | 12.77 | 13.52 | - |
| YUV | 100.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 100 | 0 | 0.56 | 0.38 | 0.37 | 340 | 0.39 | 0.45 |
| Hex | A0 | 46 | 64 | 0 | 38 | 26 | 25 | 154 | 27 | 2D |
| Octal | 240 | 106 | 144 | 0 | 70 | 46 | 45 | 524 | 47 | 55 |
| Binary | 10100000 | 1000110 | 1100100 | 0 | 111000 | 100110 | 100101 | 101010100 | 100111 | 101101 |
Color Harmonies of #A04664
Complementary color
Monochromatic Colors of #A04664
Black with #A04664
Text Example
Text Example
White with #A04664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04664; }
p { color: rgb(160,70,100); }
H1.HeaderClassName
{
color: #A04664;
}
.AnyTagClassName
{
color: #A04664;
}
</style>
background-color css
<style>
a { background-color: #A04664; }
a { background-color: rgb(160,70,100); }
div.DivClassName
{
background-color: #A04664;
}
.BgClassName
{
background-color: #A04664;
}
</style>
border-color css
<style>
span { border-color: #A04664; }
span { border-color: rgb(160,70,100); }
td.TdClassName
{
border-color: #A04664;
}
.TagClassName
{
border-color: #A04664;
}
</style>