Shades of Cadillac #A24E6B
Tints of Cadillac #A24E6B
RGB
CMYK
RGB Variations
Color information
#A24E6B (or 0xA24E6B) is known color: Cadillac. HEX triplet: A2, 4E and 6B. RGB value is (162,78,107). Sum of RGB (Red+Green+Blue) = 162+78+107=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24E6B is #5DB194. Grayscale: #6A6A6A. Windows color (decimal): -6140309 or 7032482. OLE color: 7032482.
HSL color Cylindrical-coordinate representation of color #A24E6B: hue angle of 339.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A24E6B is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 107 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.36 |
| HSL | 339.29º | 0.35% | 0.47% | - |
| HSV(B) | 339.29º | 0.52% | 0.64% | - |
| XYZ | 20.28 | 14.19 | 15.58 | - |
| YUV | 106.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 107 | 0 | 0.52 | 0.34 | 0.36 | 339.29 | 0.35 | 0.47 |
| Hex | A2 | 4E | 6B | 0 | 34 | 22 | 24 | 153 | 23 | 2F |
| Octal | 242 | 116 | 153 | 0 | 64 | 42 | 44 | 523 | 43 | 57 |
| Binary | 10100010 | 1001110 | 1101011 | 0 | 110100 | 100010 | 100100 | 101010011 | 100011 | 101111 |
Color Harmonies of #A24E6B
Complementary color
Monochromatic Colors of #A24E6B
Black with #A24E6B
Text Example
Text Example
White with #A24E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E6B; }
p { color: rgb(162,78,107); }
H1.HeaderClassName
{
color: #A24E6B;
}
.AnyTagClassName
{
color: #A24E6B;
}
</style>
background-color css
<style>
a { background-color: #A24E6B; }
a { background-color: rgb(162,78,107); }
div.DivClassName
{
background-color: #A24E6B;
}
.BgClassName
{
background-color: #A24E6B;
}
</style>
border-color css
<style>
span { border-color: #A24E6B; }
span { border-color: rgb(162,78,107); }
td.TdClassName
{
border-color: #A24E6B;
}
.TagClassName
{
border-color: #A24E6B;
}
</style>