Shades of Cadillac #A04767
Tints of Cadillac #A04767
RGB
CMYK
RGB Variations
Color information
#A04767 (or 0xA04767) is known color: Cadillac. HEX triplet: A0, 47 and 67. RGB value is (160,71,103). Sum of RGB (Red+Green+Blue) = 160+71+103=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A04767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04767 is #5FB898. Grayscale: #656565. Windows color (decimal): -6273177 or 6768544. OLE color: 6768544.
HSL color Cylindrical-coordinate representation of color #A04767: hue angle of 338.43º 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 #A04767 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 103 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.37 |
| HSL | 338.43º | 0.39% | 0.45% | - |
| HSV(B) | 338.43º | 0.56% | 0.63% | - |
| XYZ | 19.2 | 12.96 | 14.32 | - |
| YUV | 101.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 103 | 0 | 0.56 | 0.36 | 0.37 | 338.43 | 0.39 | 0.45 |
| Hex | A0 | 47 | 67 | 0 | 38 | 24 | 25 | 152 | 27 | 2D |
| Octal | 240 | 107 | 147 | 0 | 70 | 44 | 45 | 522 | 47 | 55 |
| Binary | 10100000 | 1000111 | 1100111 | 0 | 111000 | 100100 | 100101 | 101010010 | 100111 | 101101 |
Color Harmonies of #A04767
Complementary color
Monochromatic Colors of #A04767
Black with #A04767
Text Example
Text Example
White with #A04767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04767; }
p { color: rgb(160,71,103); }
H1.HeaderClassName
{
color: #A04767;
}
.AnyTagClassName
{
color: #A04767;
}
</style>
background-color css
<style>
a { background-color: #A04767; }
a { background-color: rgb(160,71,103); }
div.DivClassName
{
background-color: #A04767;
}
.BgClassName
{
background-color: #A04767;
}
</style>
border-color css
<style>
span { border-color: #A04767; }
span { border-color: rgb(160,71,103); }
td.TdClassName
{
border-color: #A04767;
}
.TagClassName
{
border-color: #A04767;
}
</style>