Shades of Cadillac #A34E64
Tints of Cadillac #A34E64
RGB
CMYK
RGB Variations
Color information
#A34E64 (or 0xA34E64) is known color: Cadillac. HEX triplet: A3, 4E and 64. RGB value is (163,78,100). Sum of RGB (Red+Green+Blue) = 163+78+100=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34E64 is #5CB19B. Grayscale: #696969. Windows color (decimal): -6074780 or 6573731. OLE color: 6573731.
HSL color Cylindrical-coordinate representation of color #A34E64: hue angle of 344.47º 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 #A34E64 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 78 | 100 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.36 |
| HSL | 344.47º | 0.35% | 0.47% | - |
| HSV(B) | 344.47º | 0.52% | 0.64% | - |
| XYZ | 20.13 | 14.16 | 13.73 | - |
| YUV | 105.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 100 | 0 | 0.52 | 0.39 | 0.36 | 344.47 | 0.35 | 0.47 |
| Hex | A3 | 4E | 64 | 0 | 34 | 27 | 24 | 158 | 23 | 2F |
| Octal | 243 | 116 | 144 | 0 | 64 | 47 | 44 | 530 | 43 | 57 |
| Binary | 10100011 | 1001110 | 1100100 | 0 | 110100 | 100111 | 100100 | 101011000 | 100011 | 101111 |
Color Harmonies of #A34E64
Complementary color
Monochromatic Colors of #A34E64
Black with #A34E64
Text Example
Text Example
White with #A34E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34E64; }
p { color: rgb(163,78,100); }
H1.HeaderClassName
{
color: #A34E64;
}
.AnyTagClassName
{
color: #A34E64;
}
</style>
background-color css
<style>
a { background-color: #A34E64; }
a { background-color: rgb(163,78,100); }
div.DivClassName
{
background-color: #A34E64;
}
.BgClassName
{
background-color: #A34E64;
}
</style>
border-color css
<style>
span { border-color: #A34E64; }
span { border-color: rgb(163,78,100); }
td.TdClassName
{
border-color: #A34E64;
}
.TagClassName
{
border-color: #A34E64;
}
</style>