Shades of Cadillac #A0465F
Tints of Cadillac #A0465F
RGB
CMYK
RGB Variations
Color information
#A0465F (or 0xA0465F) is known color: Cadillac. HEX triplet: A0, 46 and 5F. RGB value is (160,70,95). Sum of RGB (Red+Green+Blue) = 160+70+95=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0465F is #5FB9A0. Grayscale: #636363. Windows color (decimal): -6273441 or 6244000. OLE color: 6244000.
HSL color Cylindrical-coordinate representation of color #A0465F: hue angle of 343.33º 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 #A0465F is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 95 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.37 |
| HSL | 343.33º | 0.39% | 0.45% | - |
| HSV(B) | 343.33º | 0.56% | 0.63% | - |
| XYZ | 18.75 | 12.68 | 12.29 | - |
| YUV | 99.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 95 | 0 | 0.56 | 0.41 | 0.37 | 343.33 | 0.39 | 0.45 |
| Hex | A0 | 46 | 5F | 0 | 38 | 29 | 25 | 157 | 27 | 2D |
| Octal | 240 | 106 | 137 | 0 | 70 | 51 | 45 | 527 | 47 | 55 |
| Binary | 10100000 | 1000110 | 1011111 | 0 | 111000 | 101001 | 100101 | 101010111 | 100111 | 101101 |
Color Harmonies of #A0465F
Complementary color
Monochromatic Colors of #A0465F
Black with #A0465F
Text Example
Text Example
White with #A0465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0465F; }
p { color: rgb(160,70,95); }
H1.HeaderClassName
{
color: #A0465F;
}
.AnyTagClassName
{
color: #A0465F;
}
</style>
background-color css
<style>
a { background-color: #A0465F; }
a { background-color: rgb(160,70,95); }
div.DivClassName
{
background-color: #A0465F;
}
.BgClassName
{
background-color: #A0465F;
}
</style>
border-color css
<style>
span { border-color: #A0465F; }
span { border-color: rgb(160,70,95); }
td.TdClassName
{
border-color: #A0465F;
}
.TagClassName
{
border-color: #A0465F;
}
</style>