Shades of Cadillac #A44B64
Tints of Cadillac #A44B64
RGB
CMYK
RGB Variations
Color information
#A44B64 (or 0xA44B64) is known color: Cadillac. HEX triplet: A4, 4B and 64. RGB value is (164,75,100). Sum of RGB (Red+Green+Blue) = 164+75+100=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B64 is #5BB49B. Grayscale: #686868. Windows color (decimal): -6010012 or 6572964. OLE color: 6572964.
HSL color Cylindrical-coordinate representation of color #A44B64: hue angle of 343.15º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44B64 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 100 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.36 |
| HSL | 343.15º | 0.37% | 0.47% | - |
| HSV(B) | 343.15º | 0.54% | 0.64% | - |
| XYZ | 20.13 | 13.84 | 13.67 | - |
| YUV | 104.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 100 | 0 | 0.54 | 0.39 | 0.36 | 343.15 | 0.37 | 0.47 |
| Hex | A4 | 4B | 64 | 0 | 36 | 27 | 24 | 157 | 25 | 2F |
| Octal | 244 | 113 | 144 | 0 | 66 | 47 | 44 | 527 | 45 | 57 |
| Binary | 10100100 | 1001011 | 1100100 | 0 | 110110 | 100111 | 100100 | 101010111 | 100101 | 101111 |
Color Harmonies of #A44B64
Complementary color
Monochromatic Colors of #A44B64
Black with #A44B64
Text Example
Text Example
White with #A44B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B64; }
p { color: rgb(164,75,100); }
H1.HeaderClassName
{
color: #A44B64;
}
.AnyTagClassName
{
color: #A44B64;
}
</style>
background-color css
<style>
a { background-color: #A44B64; }
a { background-color: rgb(164,75,100); }
div.DivClassName
{
background-color: #A44B64;
}
.BgClassName
{
background-color: #A44B64;
}
</style>
border-color css
<style>
span { border-color: #A44B64; }
span { border-color: rgb(164,75,100); }
td.TdClassName
{
border-color: #A44B64;
}
.TagClassName
{
border-color: #A44B64;
}
</style>