Shades of Cadillac #A0455D
Tints of Cadillac #A0455D
RGB
CMYK
RGB Variations
Color information
#A0455D (or 0xA0455D) is known color: Cadillac. HEX triplet: A0, 45 and 5D. RGB value is (160,69,93). Sum of RGB (Red+Green+Blue) = 160+69+93=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0455D is #5FBAA2. Grayscale: #626262. Windows color (decimal): -6273699 or 6112672. OLE color: 6112672.
HSL color Cylindrical-coordinate representation of color #A0455D: hue angle of 344.18º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0455D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 93 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.37 |
| HSL | 344.18º | 0.4% | 0.45% | - |
| HSV(B) | 344.18º | 0.57% | 0.63% | - |
| XYZ | 18.6 | 12.52 | 11.79 | - |
| YUV | 98.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 93 | 0 | 0.57 | 0.42 | 0.37 | 344.18 | 0.4 | 0.45 |
| Hex | A0 | 45 | 5D | 0 | 39 | 2A | 25 | 158 | 28 | 2D |
| Octal | 240 | 105 | 135 | 0 | 71 | 52 | 45 | 530 | 50 | 55 |
| Binary | 10100000 | 1000101 | 1011101 | 0 | 111001 | 101010 | 100101 | 101011000 | 101000 | 101101 |
Color Harmonies of #A0455D
Complementary color
Monochromatic Colors of #A0455D
Black with #A0455D
Text Example
Text Example
White with #A0455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0455D; }
p { color: rgb(160,69,93); }
H1.HeaderClassName
{
color: #A0455D;
}
.AnyTagClassName
{
color: #A0455D;
}
</style>
background-color css
<style>
a { background-color: #A0455D; }
a { background-color: rgb(160,69,93); }
div.DivClassName
{
background-color: #A0455D;
}
.BgClassName
{
background-color: #A0455D;
}
</style>
border-color css
<style>
span { border-color: #A0455D; }
span { border-color: rgb(160,69,93); }
td.TdClassName
{
border-color: #A0455D;
}
.TagClassName
{
border-color: #A0455D;
}
</style>