Shades of Cadillac #A04F6B
Tints of Cadillac #A04F6B
RGB
CMYK
RGB Variations
Color information
#A04F6B (or 0xA04F6B) is known color: Cadillac. HEX triplet: A0, 4F and 6B. RGB value is (160,79,107). Sum of RGB (Red+Green+Blue) = 160+79+107=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F6B is #5FB094. Grayscale: #6A6A6A. Windows color (decimal): -6271125 or 7032736. OLE color: 7032736.
HSL color Cylindrical-coordinate representation of color #A04F6B: hue angle of 339.26º 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 #A04F6B is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 107 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.37 |
| HSL | 339.26º | 0.34% | 0.47% | - |
| HSV(B) | 339.26º | 0.51% | 0.63% | - |
| XYZ | 19.95 | 14.13 | 15.59 | - |
| YUV | 106.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 107 | 0 | 0.51 | 0.33 | 0.37 | 339.26 | 0.34 | 0.47 |
| Hex | A0 | 4F | 6B | 0 | 33 | 21 | 25 | 153 | 22 | 2F |
| Octal | 240 | 117 | 153 | 0 | 63 | 41 | 45 | 523 | 42 | 57 |
| Binary | 10100000 | 1001111 | 1101011 | 0 | 110011 | 100001 | 100101 | 101010011 | 100010 | 101111 |
Color Harmonies of #A04F6B
Complementary color
Monochromatic Colors of #A04F6B
Black with #A04F6B
Text Example
Text Example
White with #A04F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F6B; }
p { color: rgb(160,79,107); }
H1.HeaderClassName
{
color: #A04F6B;
}
.AnyTagClassName
{
color: #A04F6B;
}
</style>
background-color css
<style>
a { background-color: #A04F6B; }
a { background-color: rgb(160,79,107); }
div.DivClassName
{
background-color: #A04F6B;
}
.BgClassName
{
background-color: #A04F6B;
}
</style>
border-color css
<style>
span { border-color: #A04F6B; }
span { border-color: rgb(160,79,107); }
td.TdClassName
{
border-color: #A04F6B;
}
.TagClassName
{
border-color: #A04F6B;
}
</style>