Shades of Cadillac #A0485E
Tints of Cadillac #A0485E
RGB
CMYK
RGB Variations
Color information
#A0485E (or 0xA0485E) is known color: Cadillac. HEX triplet: A0, 48 and 5E. RGB value is (160,72,94). Sum of RGB (Red+Green+Blue) = 160+72+94=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0485E is #5FB7A1. Grayscale: #646464. Windows color (decimal): -6272930 or 6178976. OLE color: 6178976.
HSL color Cylindrical-coordinate representation of color #A0485E: hue angle of 345º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0485E is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 94 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.37 |
| HSL | 345º | 0.38% | 0.45% | - |
| HSV(B) | 345º | 0.55% | 0.63% | - |
| XYZ | 18.83 | 12.92 | 12.09 | - |
| YUV | 100.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 94 | 0 | 0.55 | 0.41 | 0.37 | 345 | 0.38 | 0.45 |
| Hex | A0 | 48 | 5E | 0 | 37 | 29 | 25 | 159 | 26 | 2D |
| Octal | 240 | 110 | 136 | 0 | 67 | 51 | 45 | 531 | 46 | 55 |
| Binary | 10100000 | 1001000 | 1011110 | 0 | 110111 | 101001 | 100101 | 101011001 | 100110 | 101101 |
Color Harmonies of #A0485E
Complementary color
Monochromatic Colors of #A0485E
Black with #A0485E
Text Example
Text Example
White with #A0485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0485E; }
p { color: rgb(160,72,94); }
H1.HeaderClassName
{
color: #A0485E;
}
.AnyTagClassName
{
color: #A0485E;
}
</style>
background-color css
<style>
a { background-color: #A0485E; }
a { background-color: rgb(160,72,94); }
div.DivClassName
{
background-color: #A0485E;
}
.BgClassName
{
background-color: #A0485E;
}
</style>
border-color css
<style>
span { border-color: #A0485E; }
span { border-color: rgb(160,72,94); }
td.TdClassName
{
border-color: #A0485E;
}
.TagClassName
{
border-color: #A0485E;
}
</style>