Shades of Cadillac #A24D6B
Tints of Cadillac #A24D6B
RGB
CMYK
RGB Variations
Color information
#A24D6B (or 0xA24D6B) is known color: Cadillac. HEX triplet: A2, 4D and 6B. RGB value is (162,77,107). Sum of RGB (Red+Green+Blue) = 162+77+107=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D6B is #5DB294. Grayscale: #696969. Windows color (decimal): -6140565 or 7032226. OLE color: 7032226.
HSL color Cylindrical-coordinate representation of color #A24D6B: hue angle of 338.82º degrees, saturation: 0.36, 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 #A24D6B is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 107 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.36 |
| HSL | 338.82º | 0.36% | 0.47% | - |
| HSV(B) | 338.82º | 0.52% | 0.64% | - |
| XYZ | 20.21 | 14.05 | 15.56 | - |
| YUV | 105.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 107 | 0 | 0.52 | 0.34 | 0.36 | 338.82 | 0.36 | 0.47 |
| Hex | A2 | 4D | 6B | 0 | 34 | 22 | 24 | 153 | 24 | 2F |
| Octal | 242 | 115 | 153 | 0 | 64 | 42 | 44 | 523 | 44 | 57 |
| Binary | 10100010 | 1001101 | 1101011 | 0 | 110100 | 100010 | 100100 | 101010011 | 100100 | 101111 |
Color Harmonies of #A24D6B
Complementary color
Monochromatic Colors of #A24D6B
Black with #A24D6B
Text Example
Text Example
White with #A24D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D6B; }
p { color: rgb(162,77,107); }
H1.HeaderClassName
{
color: #A24D6B;
}
.AnyTagClassName
{
color: #A24D6B;
}
</style>
background-color css
<style>
a { background-color: #A24D6B; }
a { background-color: rgb(162,77,107); }
div.DivClassName
{
background-color: #A24D6B;
}
.BgClassName
{
background-color: #A24D6B;
}
</style>
border-color css
<style>
span { border-color: #A24D6B; }
span { border-color: rgb(162,77,107); }
td.TdClassName
{
border-color: #A24D6B;
}
.TagClassName
{
border-color: #A24D6B;
}
</style>