Shades of Cadillac #A0495D
Tints of Cadillac #A0495D
RGB
CMYK
RGB Variations
Color information
#A0495D (or 0xA0495D) is known color: Cadillac. HEX triplet: A0, 49 and 5D. RGB value is (160,73,93). Sum of RGB (Red+Green+Blue) = 160+73+93=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0495D is #5FB6A2. Grayscale: #656565. Windows color (decimal): -6272675 or 6113696. OLE color: 6113696.
HSL color Cylindrical-coordinate representation of color #A0495D: hue angle of 346.21º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0495D is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 93 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.37 |
| HSL | 346.21º | 0.37% | 0.46% | - |
| HSV(B) | 346.21º | 0.54% | 0.63% | - |
| XYZ | 18.86 | 13.03 | 11.88 | - |
| YUV | 101.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 93 | 0 | 0.54 | 0.42 | 0.37 | 346.21 | 0.37 | 0.46 |
| Hex | A0 | 49 | 5D | 0 | 36 | 2A | 25 | 15A | 25 | 2E |
| Octal | 240 | 111 | 135 | 0 | 66 | 52 | 45 | 532 | 45 | 56 |
| Binary | 10100000 | 1001001 | 1011101 | 0 | 110110 | 101010 | 100101 | 101011010 | 100101 | 101110 |
Color Harmonies of #A0495D
Complementary color
Monochromatic Colors of #A0495D
Black with #A0495D
Text Example
Text Example
White with #A0495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0495D; }
p { color: rgb(160,73,93); }
H1.HeaderClassName
{
color: #A0495D;
}
.AnyTagClassName
{
color: #A0495D;
}
</style>
background-color css
<style>
a { background-color: #A0495D; }
a { background-color: rgb(160,73,93); }
div.DivClassName
{
background-color: #A0495D;
}
.BgClassName
{
background-color: #A0495D;
}
</style>
border-color css
<style>
span { border-color: #A0495D; }
span { border-color: rgb(160,73,93); }
td.TdClassName
{
border-color: #A0495D;
}
.TagClassName
{
border-color: #A0495D;
}
</style>