Shades of Cadillac #A0435F
Tints of Cadillac #A0435F
RGB
CMYK
RGB Variations
Color information
#A0435F (or 0xA0435F) is known color: Cadillac. HEX triplet: A0, 43 and 5F. RGB value is (160,67,95). Sum of RGB (Red+Green+Blue) = 160+67+95=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0435F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0435F is #5FBCA0. Grayscale: #616161. Windows color (decimal): -6274209 or 6243232. OLE color: 6243232.
HSL color Cylindrical-coordinate representation of color #A0435F: hue angle of 341.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0435F is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 95 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.37 |
| HSL | 341.94º | 0.41% | 0.45% | - |
| HSV(B) | 341.94º | 0.58% | 0.63% | - |
| XYZ | 18.57 | 12.31 | 12.22 | - |
| YUV | 98 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 95 | 0 | 0.58 | 0.41 | 0.37 | 341.94 | 0.41 | 0.45 |
| Hex | A0 | 43 | 5F | 0 | 3A | 29 | 25 | 156 | 29 | 2D |
| Octal | 240 | 103 | 137 | 0 | 72 | 51 | 45 | 526 | 51 | 55 |
| Binary | 10100000 | 1000011 | 1011111 | 0 | 111010 | 101001 | 100101 | 101010110 | 101001 | 101101 |
Color Harmonies of #A0435F
Complementary color
Monochromatic Colors of #A0435F
Black with #A0435F
Text Example
Text Example
White with #A0435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0435F; }
p { color: rgb(160,67,95); }
H1.HeaderClassName
{
color: #A0435F;
}
.AnyTagClassName
{
color: #A0435F;
}
</style>
background-color css
<style>
a { background-color: #A0435F; }
a { background-color: rgb(160,67,95); }
div.DivClassName
{
background-color: #A0435F;
}
.BgClassName
{
background-color: #A0435F;
}
</style>
border-color css
<style>
span { border-color: #A0435F; }
span { border-color: rgb(160,67,95); }
td.TdClassName
{
border-color: #A0435F;
}
.TagClassName
{
border-color: #A0435F;
}
</style>