Shades of Cadillac #A34C66
Tints of Cadillac #A34C66
RGB
CMYK
RGB Variations
Color information
#A34C66 (or 0xA34C66) is known color: Cadillac. HEX triplet: A3, 4C and 66. RGB value is (163,76,102). Sum of RGB (Red+Green+Blue) = 163+76+102=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34C66 is #5CB399. Grayscale: #686868. Windows color (decimal): -6075290 or 6704291. OLE color: 6704291.
HSL color Cylindrical-coordinate representation of color #A34C66: hue angle of 342.07º 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 #A34C66 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 102 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.36 |
| HSL | 342.07º | 0.36% | 0.47% | - |
| HSV(B) | 342.07º | 0.53% | 0.64% | - |
| XYZ | 20.09 | 13.91 | 14.2 | - |
| YUV | 104.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 102 | 0 | 0.53 | 0.37 | 0.36 | 342.07 | 0.36 | 0.47 |
| Hex | A3 | 4C | 66 | 0 | 35 | 25 | 24 | 156 | 24 | 2F |
| Octal | 243 | 114 | 146 | 0 | 65 | 45 | 44 | 526 | 44 | 57 |
| Binary | 10100011 | 1001100 | 1100110 | 0 | 110101 | 100101 | 100100 | 101010110 | 100100 | 101111 |
Color Harmonies of #A34C66
Complementary color
Monochromatic Colors of #A34C66
Black with #A34C66
Text Example
Text Example
White with #A34C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C66; }
p { color: rgb(163,76,102); }
H1.HeaderClassName
{
color: #A34C66;
}
.AnyTagClassName
{
color: #A34C66;
}
</style>
background-color css
<style>
a { background-color: #A34C66; }
a { background-color: rgb(163,76,102); }
div.DivClassName
{
background-color: #A34C66;
}
.BgClassName
{
background-color: #A34C66;
}
</style>
border-color css
<style>
span { border-color: #A34C66; }
span { border-color: rgb(163,76,102); }
td.TdClassName
{
border-color: #A34C66;
}
.TagClassName
{
border-color: #A34C66;
}
</style>