Shades of Cadillac #A1445D
Tints of Cadillac #A1445D
RGB
CMYK
RGB Variations
Color information
#A1445D (or 0xA1445D) is known color: Cadillac. HEX triplet: A1, 44 and 5D. RGB value is (161,68,93). Sum of RGB (Red+Green+Blue) = 161+68+93=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1445D is #5EBBA2. Grayscale: #626262. Windows color (decimal): -6208419 or 6112417. OLE color: 6112417.
HSL color Cylindrical-coordinate representation of color #A1445D: hue angle of 343.87º 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 #A1445D is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 68 | 93 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.37 |
| HSL | 343.87º | 0.41% | 0.45% | - |
| HSV(B) | 343.87º | 0.58% | 0.63% | - |
| XYZ | 18.74 | 12.5 | 11.78 | - |
| YUV | 98.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 93 | 0 | 0.58 | 0.42 | 0.37 | 343.87 | 0.41 | 0.45 |
| Hex | A1 | 44 | 5D | 0 | 3A | 2A | 25 | 158 | 29 | 2D |
| Octal | 241 | 104 | 135 | 0 | 72 | 52 | 45 | 530 | 51 | 55 |
| Binary | 10100001 | 1000100 | 1011101 | 0 | 111010 | 101010 | 100101 | 101011000 | 101001 | 101101 |
Color Harmonies of #A1445D
Complementary color
Monochromatic Colors of #A1445D
Black with #A1445D
Text Example
Text Example
White with #A1445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1445D; }
p { color: rgb(161,68,93); }
H1.HeaderClassName
{
color: #A1445D;
}
.AnyTagClassName
{
color: #A1445D;
}
</style>
background-color css
<style>
a { background-color: #A1445D; }
a { background-color: rgb(161,68,93); }
div.DivClassName
{
background-color: #A1445D;
}
.BgClassName
{
background-color: #A1445D;
}
</style>
border-color css
<style>
span { border-color: #A1445D; }
span { border-color: rgb(161,68,93); }
td.TdClassName
{
border-color: #A1445D;
}
.TagClassName
{
border-color: #A1445D;
}
</style>