Shades of Cadillac #A55069
Tints of Cadillac #A55069
RGB
CMYK
RGB Variations
Color information
#A55069 (or 0xA55069) is known color: Cadillac. HEX triplet: A5, 50 and 69. RGB value is (165,80,105). Sum of RGB (Red+Green+Blue) = 165+80+105=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A55069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55069 is #5AAF96. Grayscale: #6C6C6C. Windows color (decimal): -5943191 or 6901925. OLE color: 6901925.
HSL color Cylindrical-coordinate representation of color #A55069: hue angle of 342.35º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A55069 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 80 | 105 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.35 |
| HSL | 342.35º | 0.35% | 0.48% | - |
| HSV(B) | 342.35º | 0.52% | 0.65% | - |
| XYZ | 20.94 | 14.76 | 15.11 | - |
| YUV | 108.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 105 | 0 | 0.52 | 0.36 | 0.35 | 342.35 | 0.35 | 0.48 |
| Hex | A5 | 50 | 69 | 0 | 34 | 24 | 23 | 156 | 23 | 30 |
| Octal | 245 | 120 | 151 | 0 | 64 | 44 | 43 | 526 | 43 | 60 |
| Binary | 10100101 | 1010000 | 1101001 | 0 | 110100 | 100100 | 100011 | 101010110 | 100011 | 110000 |
Color Harmonies of #A55069
Complementary color
Monochromatic Colors of #A55069
Black with #A55069
Text Example
Text Example
White with #A55069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55069; }
p { color: rgb(165,80,105); }
H1.HeaderClassName
{
color: #A55069;
}
.AnyTagClassName
{
color: #A55069;
}
</style>
background-color css
<style>
a { background-color: #A55069; }
a { background-color: rgb(165,80,105); }
div.DivClassName
{
background-color: #A55069;
}
.BgClassName
{
background-color: #A55069;
}
</style>
border-color css
<style>
span { border-color: #A55069; }
span { border-color: rgb(165,80,105); }
td.TdClassName
{
border-color: #A55069;
}
.TagClassName
{
border-color: #A55069;
}
</style>