Shades of Cadillac #A24C6B
Tints of Cadillac #A24C6B
RGB
CMYK
RGB Variations
Color information
#A24C6B (or 0xA24C6B) is known color: Cadillac. HEX triplet: A2, 4C and 6B. RGB value is (162,76,107). Sum of RGB (Red+Green+Blue) = 162+76+107=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C6B is #5DB394. Grayscale: #696969. Windows color (decimal): -6140821 or 7031970. OLE color: 7031970.
HSL color Cylindrical-coordinate representation of color #A24C6B: hue angle of 338.37º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C6B is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 107 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.36 |
| HSL | 338.37º | 0.36% | 0.47% | - |
| HSV(B) | 338.37º | 0.53% | 0.64% | - |
| XYZ | 20.14 | 13.91 | 15.53 | - |
| YUV | 105.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 107 | 0 | 0.53 | 0.34 | 0.36 | 338.37 | 0.36 | 0.47 |
| Hex | A2 | 4C | 6B | 0 | 35 | 22 | 24 | 152 | 24 | 2F |
| Octal | 242 | 114 | 153 | 0 | 65 | 42 | 44 | 522 | 44 | 57 |
| Binary | 10100010 | 1001100 | 1101011 | 0 | 110101 | 100010 | 100100 | 101010010 | 100100 | 101111 |
Color Harmonies of #A24C6B
Complementary color
Monochromatic Colors of #A24C6B
Black with #A24C6B
Text Example
Text Example
White with #A24C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C6B; }
p { color: rgb(162,76,107); }
H1.HeaderClassName
{
color: #A24C6B;
}
.AnyTagClassName
{
color: #A24C6B;
}
</style>
background-color css
<style>
a { background-color: #A24C6B; }
a { background-color: rgb(162,76,107); }
div.DivClassName
{
background-color: #A24C6B;
}
.BgClassName
{
background-color: #A24C6B;
}
</style>
border-color css
<style>
span { border-color: #A24C6B; }
span { border-color: rgb(162,76,107); }
td.TdClassName
{
border-color: #A24C6B;
}
.TagClassName
{
border-color: #A24C6B;
}
</style>