Shades of Cadillac #A0475F
Tints of Cadillac #A0475F
RGB
CMYK
RGB Variations
Color information
#A0475F (or 0xA0475F) is known color: Cadillac. HEX triplet: A0, 47 and 5F. RGB value is (160,71,95). Sum of RGB (Red+Green+Blue) = 160+71+95=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0475F is #5FB8A0. Grayscale: #646464. Windows color (decimal): -6273185 or 6244256. OLE color: 6244256.
HSL color Cylindrical-coordinate representation of color #A0475F: hue angle of 343.82º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0475F is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 95 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.37 |
| HSL | 343.82º | 0.39% | 0.45% | - |
| HSV(B) | 343.82º | 0.56% | 0.63% | - |
| XYZ | 18.82 | 12.81 | 12.31 | - |
| YUV | 100.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 95 | 0 | 0.56 | 0.41 | 0.37 | 343.82 | 0.39 | 0.45 |
| Hex | A0 | 47 | 5F | 0 | 38 | 29 | 25 | 158 | 27 | 2D |
| Octal | 240 | 107 | 137 | 0 | 70 | 51 | 45 | 530 | 47 | 55 |
| Binary | 10100000 | 1000111 | 1011111 | 0 | 111000 | 101001 | 100101 | 101011000 | 100111 | 101101 |
Color Harmonies of #A0475F
Complementary color
Monochromatic Colors of #A0475F
Black with #A0475F
Text Example
Text Example
White with #A0475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0475F; }
p { color: rgb(160,71,95); }
H1.HeaderClassName
{
color: #A0475F;
}
.AnyTagClassName
{
color: #A0475F;
}
</style>
background-color css
<style>
a { background-color: #A0475F; }
a { background-color: rgb(160,71,95); }
div.DivClassName
{
background-color: #A0475F;
}
.BgClassName
{
background-color: #A0475F;
}
</style>
border-color css
<style>
span { border-color: #A0475F; }
span { border-color: rgb(160,71,95); }
td.TdClassName
{
border-color: #A0475F;
}
.TagClassName
{
border-color: #A0475F;
}
</style>