Shades of Cadillac #A04768
Tints of Cadillac #A04768
RGB
CMYK
RGB Variations
Color information
#A04768 (or 0xA04768) is known color: Cadillac. HEX triplet: A0, 47 and 68. RGB value is (160,71,104). Sum of RGB (Red+Green+Blue) = 160+71+104=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A04768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04768 is #5FB897. Grayscale: #656565. Windows color (decimal): -6273176 or 6834080. OLE color: 6834080.
HSL color Cylindrical-coordinate representation of color #A04768: hue angle of 337.75º 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 #A04768 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 104 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.37 |
| HSL | 337.75º | 0.39% | 0.45% | - |
| HSV(B) | 337.75º | 0.56% | 0.63% | - |
| XYZ | 19.25 | 12.98 | 14.59 | - |
| YUV | 101.37 | 129.49 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 104 | 0 | 0.56 | 0.35 | 0.37 | 337.75 | 0.39 | 0.45 |
| Hex | A0 | 47 | 68 | 0 | 38 | 23 | 25 | 152 | 27 | 2D |
| Octal | 240 | 107 | 150 | 0 | 70 | 43 | 45 | 522 | 47 | 55 |
| Binary | 10100000 | 1000111 | 1101000 | 0 | 111000 | 100011 | 100101 | 101010010 | 100111 | 101101 |
Color Harmonies of #A04768
Complementary color
Monochromatic Colors of #A04768
Black with #A04768
Text Example
Text Example
White with #A04768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04768; }
p { color: rgb(160,71,104); }
H1.HeaderClassName
{
color: #A04768;
}
.AnyTagClassName
{
color: #A04768;
}
</style>
background-color css
<style>
a { background-color: #A04768; }
a { background-color: rgb(160,71,104); }
div.DivClassName
{
background-color: #A04768;
}
.BgClassName
{
background-color: #A04768;
}
</style>
border-color css
<style>
span { border-color: #A04768; }
span { border-color: rgb(160,71,104); }
td.TdClassName
{
border-color: #A04768;
}
.TagClassName
{
border-color: #A04768;
}
</style>