Shades of Cadillac #A04C5F
Tints of Cadillac #A04C5F
RGB
CMYK
RGB Variations
Color information
#A04C5F (or 0xA04C5F) is known color: Cadillac. HEX triplet: A0, 4C and 5F. RGB value is (160,76,95). Sum of RGB (Red+Green+Blue) = 160+76+95=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04C5F is #5FB3A0. Grayscale: #676767. Windows color (decimal): -6271905 or 6245536. OLE color: 6245536.
HSL color Cylindrical-coordinate representation of color #A04C5F: hue angle of 346.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04C5F is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 95 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.37 |
| HSL | 346.43º | 0.36% | 0.46% | - |
| HSV(B) | 346.43º | 0.53% | 0.63% | - |
| XYZ | 19.15 | 13.47 | 12.42 | - |
| YUV | 103.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 95 | 0 | 0.52 | 0.41 | 0.37 | 346.43 | 0.36 | 0.46 |
| Hex | A0 | 4C | 5F | 0 | 34 | 29 | 25 | 15A | 24 | 2E |
| Octal | 240 | 114 | 137 | 0 | 64 | 51 | 45 | 532 | 44 | 56 |
| Binary | 10100000 | 1001100 | 1011111 | 0 | 110100 | 101001 | 100101 | 101011010 | 100100 | 101110 |
Color Harmonies of #A04C5F
Complementary color
Monochromatic Colors of #A04C5F
Black with #A04C5F
Text Example
Text Example
White with #A04C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C5F; }
p { color: rgb(160,76,95); }
H1.HeaderClassName
{
color: #A04C5F;
}
.AnyTagClassName
{
color: #A04C5F;
}
</style>
background-color css
<style>
a { background-color: #A04C5F; }
a { background-color: rgb(160,76,95); }
div.DivClassName
{
background-color: #A04C5F;
}
.BgClassName
{
background-color: #A04C5F;
}
</style>
border-color css
<style>
span { border-color: #A04C5F; }
span { border-color: rgb(160,76,95); }
td.TdClassName
{
border-color: #A04C5F;
}
.TagClassName
{
border-color: #A04C5F;
}
</style>