Shades of Cadillac #A1455E
Tints of Cadillac #A1455E
RGB
CMYK
RGB Variations
Color information
#A1455E (or 0xA1455E) is known color: Cadillac. HEX triplet: A1, 45 and 5E. RGB value is (161,69,94). Sum of RGB (Red+Green+Blue) = 161+69+94=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1455E is #5EBAA1. Grayscale: #636363. Windows color (decimal): -6208162 or 6178209. OLE color: 6178209.
HSL color Cylindrical-coordinate representation of color #A1455E: hue angle of 343.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1455E is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 94 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.37 |
| HSL | 343.7º | 0.4% | 0.45% | - |
| HSV(B) | 343.7º | 0.57% | 0.63% | - |
| XYZ | 18.85 | 12.64 | 12.04 | - |
| YUV | 99.36 | 124.98 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 94 | 0 | 0.57 | 0.42 | 0.37 | 343.7 | 0.4 | 0.45 |
| Hex | A1 | 45 | 5E | 0 | 39 | 2A | 25 | 158 | 28 | 2D |
| Octal | 241 | 105 | 136 | 0 | 71 | 52 | 45 | 530 | 50 | 55 |
| Binary | 10100001 | 1000101 | 1011110 | 0 | 111001 | 101010 | 100101 | 101011000 | 101000 | 101101 |
Color Harmonies of #A1455E
Complementary color
Monochromatic Colors of #A1455E
Black with #A1455E
Text Example
Text Example
White with #A1455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1455E; }
p { color: rgb(161,69,94); }
H1.HeaderClassName
{
color: #A1455E;
}
.AnyTagClassName
{
color: #A1455E;
}
</style>
background-color css
<style>
a { background-color: #A1455E; }
a { background-color: rgb(161,69,94); }
div.DivClassName
{
background-color: #A1455E;
}
.BgClassName
{
background-color: #A1455E;
}
</style>
border-color css
<style>
span { border-color: #A1455E; }
span { border-color: rgb(161,69,94); }
td.TdClassName
{
border-color: #A1455E;
}
.TagClassName
{
border-color: #A1455E;
}
</style>