Shades of Cadillac #A0435E
Tints of Cadillac #A0435E
RGB
CMYK
RGB Variations
Color information
#A0435E (or 0xA0435E) is known color: Cadillac. HEX triplet: A0, 43 and 5E. RGB value is (160,67,94). Sum of RGB (Red+Green+Blue) = 160+67+94=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0435E is #5FBCA1. Grayscale: #616161. Windows color (decimal): -6274210 or 6177696. OLE color: 6177696.
HSL color Cylindrical-coordinate representation of color #A0435E: hue angle of 342.58º 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 #A0435E is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 94 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.37 |
| HSL | 342.58º | 0.41% | 0.45% | - |
| HSV(B) | 342.58º | 0.58% | 0.63% | - |
| XYZ | 18.52 | 12.3 | 11.99 | - |
| YUV | 97.89 | 125.81 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 94 | 0 | 0.58 | 0.41 | 0.37 | 342.58 | 0.41 | 0.45 |
| Hex | A0 | 43 | 5E | 0 | 3A | 29 | 25 | 157 | 29 | 2D |
| Octal | 240 | 103 | 136 | 0 | 72 | 51 | 45 | 527 | 51 | 55 |
| Binary | 10100000 | 1000011 | 1011110 | 0 | 111010 | 101001 | 100101 | 101010111 | 101001 | 101101 |
Color Harmonies of #A0435E
Complementary color
Monochromatic Colors of #A0435E
Black with #A0435E
Text Example
Text Example
White with #A0435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0435E; }
p { color: rgb(160,67,94); }
H1.HeaderClassName
{
color: #A0435E;
}
.AnyTagClassName
{
color: #A0435E;
}
</style>
background-color css
<style>
a { background-color: #A0435E; }
a { background-color: rgb(160,67,94); }
div.DivClassName
{
background-color: #A0435E;
}
.BgClassName
{
background-color: #A0435E;
}
</style>
border-color css
<style>
span { border-color: #A0435E; }
span { border-color: rgb(160,67,94); }
td.TdClassName
{
border-color: #A0435E;
}
.TagClassName
{
border-color: #A0435E;
}
</style>