Shades of Cadillac #A24F6E
Tints of Cadillac #A24F6E
RGB
CMYK
RGB Variations
Color information
#A24F6E (or 0xA24F6E) is known color: Cadillac. HEX triplet: A2, 4F and 6E. RGB value is (162,79,110). Sum of RGB (Red+Green+Blue) = 162+79+110=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F6E is #5DB091. Grayscale: #6B6B6B. Windows color (decimal): -6140050 or 7229346. OLE color: 7229346.
HSL color Cylindrical-coordinate representation of color #A24F6E: hue angle of 337.59º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A24F6E is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 110 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.36 |
| HSL | 337.59º | 0.34% | 0.47% | - |
| HSV(B) | 337.59º | 0.51% | 0.64% | - |
| XYZ | 20.51 | 14.4 | 16.45 | - |
| YUV | 107.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 110 | 0 | 0.51 | 0.32 | 0.36 | 337.59 | 0.34 | 0.47 |
| Hex | A2 | 4F | 6E | 0 | 33 | 20 | 24 | 152 | 22 | 2F |
| Octal | 242 | 117 | 156 | 0 | 63 | 40 | 44 | 522 | 42 | 57 |
| Binary | 10100010 | 1001111 | 1101110 | 0 | 110011 | 100000 | 100100 | 101010010 | 100010 | 101111 |
Color Harmonies of #A24F6E
Complementary color
Monochromatic Colors of #A24F6E
Black with #A24F6E
Text Example
Text Example
White with #A24F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F6E; }
p { color: rgb(162,79,110); }
H1.HeaderClassName
{
color: #A24F6E;
}
.AnyTagClassName
{
color: #A24F6E;
}
</style>
background-color css
<style>
a { background-color: #A24F6E; }
a { background-color: rgb(162,79,110); }
div.DivClassName
{
background-color: #A24F6E;
}
.BgClassName
{
background-color: #A24F6E;
}
</style>
border-color css
<style>
span { border-color: #A24F6E; }
span { border-color: rgb(162,79,110); }
td.TdClassName
{
border-color: #A24F6E;
}
.TagClassName
{
border-color: #A24F6E;
}
</style>