Shades of Cadillac #A1445E
Tints of Cadillac #A1445E
RGB
CMYK
RGB Variations
Color information
#A1445E (or 0xA1445E) is known color: Cadillac. HEX triplet: A1, 44 and 5E. RGB value is (161,68,94). Sum of RGB (Red+Green+Blue) = 161+68+94=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1445E is #5EBBA1. Grayscale: #626262. Windows color (decimal): -6208418 or 6177953. OLE color: 6177953.
HSL color Cylindrical-coordinate representation of color #A1445E: hue angle of 343.23º 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 #A1445E is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 68 | 94 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.37 |
| HSL | 343.23º | 0.41% | 0.45% | - |
| HSV(B) | 343.23º | 0.58% | 0.63% | - |
| XYZ | 18.79 | 12.52 | 12.02 | - |
| YUV | 98.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 94 | 0 | 0.58 | 0.42 | 0.37 | 343.23 | 0.41 | 0.45 |
| Hex | A1 | 44 | 5E | 0 | 3A | 2A | 25 | 157 | 29 | 2D |
| Octal | 241 | 104 | 136 | 0 | 72 | 52 | 45 | 527 | 51 | 55 |
| Binary | 10100001 | 1000100 | 1011110 | 0 | 111010 | 101010 | 100101 | 101010111 | 101001 | 101101 |
Color Harmonies of #A1445E
Complementary color
Monochromatic Colors of #A1445E
Black with #A1445E
Text Example
Text Example
White with #A1445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1445E; }
p { color: rgb(161,68,94); }
H1.HeaderClassName
{
color: #A1445E;
}
.AnyTagClassName
{
color: #A1445E;
}
</style>
background-color css
<style>
a { background-color: #A1445E; }
a { background-color: rgb(161,68,94); }
div.DivClassName
{
background-color: #A1445E;
}
.BgClassName
{
background-color: #A1445E;
}
</style>
border-color css
<style>
span { border-color: #A1445E; }
span { border-color: rgb(161,68,94); }
td.TdClassName
{
border-color: #A1445E;
}
.TagClassName
{
border-color: #A1445E;
}
</style>