Shades of Cadillac #A04F67
Tints of Cadillac #A04F67
RGB
CMYK
RGB Variations
Color information
#A04F67 (or 0xA04F67) is known color: Cadillac. HEX triplet: A0, 4F and 67. RGB value is (160,79,103). Sum of RGB (Red+Green+Blue) = 160+79+103=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F67 is #5FB098. Grayscale: #696969. Windows color (decimal): -6271129 or 6770592. OLE color: 6770592.
HSL color Cylindrical-coordinate representation of color #A04F67: hue angle of 342.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F67 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 103 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.37 |
| HSL | 342.22º | 0.34% | 0.47% | - |
| HSV(B) | 342.22º | 0.51% | 0.63% | - |
| XYZ | 19.74 | 14.04 | 14.5 | - |
| YUV | 105.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 103 | 0 | 0.51 | 0.36 | 0.37 | 342.22 | 0.34 | 0.47 |
| Hex | A0 | 4F | 67 | 0 | 33 | 24 | 25 | 156 | 22 | 2F |
| Octal | 240 | 117 | 147 | 0 | 63 | 44 | 45 | 526 | 42 | 57 |
| Binary | 10100000 | 1001111 | 1100111 | 0 | 110011 | 100100 | 100101 | 101010110 | 100010 | 101111 |
Color Harmonies of #A04F67
Complementary color
Monochromatic Colors of #A04F67
Black with #A04F67
Text Example
Text Example
White with #A04F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F67; }
p { color: rgb(160,79,103); }
H1.HeaderClassName
{
color: #A04F67;
}
.AnyTagClassName
{
color: #A04F67;
}
</style>
background-color css
<style>
a { background-color: #A04F67; }
a { background-color: rgb(160,79,103); }
div.DivClassName
{
background-color: #A04F67;
}
.BgClassName
{
background-color: #A04F67;
}
</style>
border-color css
<style>
span { border-color: #A04F67; }
span { border-color: rgb(160,79,103); }
td.TdClassName
{
border-color: #A04F67;
}
.TagClassName
{
border-color: #A04F67;
}
</style>