Shades of Cadillac #A0465C
Tints of Cadillac #A0465C
RGB
CMYK
RGB Variations
Color information
#A0465C (or 0xA0465C) is known color: Cadillac. HEX triplet: A0, 46 and 5C. RGB value is (160,70,92). Sum of RGB (Red+Green+Blue) = 160+70+92=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0465C is #5FB9A3. Grayscale: #636363. Windows color (decimal): -6273444 or 6047392. OLE color: 6047392.
HSL color Cylindrical-coordinate representation of color #A0465C: hue angle of 345.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 #A0465C is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 92 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.37 |
| HSL | 345.33º | 0.39% | 0.45% | - |
| HSV(B) | 345.33º | 0.56% | 0.63% | - |
| XYZ | 18.62 | 12.63 | 11.58 | - |
| YUV | 99.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 92 | 0 | 0.56 | 0.43 | 0.37 | 345.33 | 0.39 | 0.45 |
| Hex | A0 | 46 | 5C | 0 | 38 | 2B | 25 | 159 | 27 | 2D |
| Octal | 240 | 106 | 134 | 0 | 70 | 53 | 45 | 531 | 47 | 55 |
| Binary | 10100000 | 1000110 | 1011100 | 0 | 111000 | 101011 | 100101 | 101011001 | 100111 | 101101 |
Color Harmonies of #A0465C
Complementary color
Monochromatic Colors of #A0465C
Black with #A0465C
Text Example
Text Example
White with #A0465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0465C; }
p { color: rgb(160,70,92); }
H1.HeaderClassName
{
color: #A0465C;
}
.AnyTagClassName
{
color: #A0465C;
}
</style>
background-color css
<style>
a { background-color: #A0465C; }
a { background-color: rgb(160,70,92); }
div.DivClassName
{
background-color: #A0465C;
}
.BgClassName
{
background-color: #A0465C;
}
</style>
border-color css
<style>
span { border-color: #A0465C; }
span { border-color: rgb(160,70,92); }
td.TdClassName
{
border-color: #A0465C;
}
.TagClassName
{
border-color: #A0465C;
}
</style>