Shades of Hippie Pink #A9545C
Tints of Hippie Pink #A9545C
RGB
CMYK
RGB Variations
Color information
#A9545C (or 0xA9545C) is known color: Hippie Pink. HEX triplet: A9, 54 and 5C. RGB value is (169,84,92). Sum of RGB (Red+Green+Blue) = 169+84+92=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A9545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9545C is #56ABA3. Grayscale: #6E6E6E. Windows color (decimal): -5680036 or 6050985. OLE color: 6050985.
HSL color Cylindrical-coordinate representation of color #A9545C: hue angle of 354.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9545C is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 84 | 92 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.34 |
| HSL | 354.35º | 0.34% | 0.5% | - |
| HSV(B) | 354.35º | 0.5% | 0.66% | - |
| XYZ | 21.46 | 15.55 | 12 | - |
| YUV | 110.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 92 | 0 | 0.50 | 0.46 | 0.34 | 354.35 | 0.34 | 0.5 |
| Hex | A9 | 54 | 5C | 0 | 32 | 2E | 22 | 162 | 22 | 32 |
| Octal | 251 | 124 | 134 | 0 | 62 | 56 | 42 | 542 | 42 | 62 |
| Binary | 10101001 | 1010100 | 1011100 | 0 | 110010 | 101110 | 100010 | 101100010 | 100010 | 110010 |
Color Harmonies of #A9545C
Complementary color
Monochromatic Colors of #A9545C
Black with #A9545C
Text Example
Text Example
White with #A9545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9545C; }
p { color: rgb(169,84,92); }
H1.HeaderClassName
{
color: #A9545C;
}
.AnyTagClassName
{
color: #A9545C;
}
</style>
background-color css
<style>
a { background-color: #A9545C; }
a { background-color: rgb(169,84,92); }
div.DivClassName
{
background-color: #A9545C;
}
.BgClassName
{
background-color: #A9545C;
}
</style>
border-color css
<style>
span { border-color: #A9545C; }
span { border-color: rgb(169,84,92); }
td.TdClassName
{
border-color: #A9545C;
}
.TagClassName
{
border-color: #A9545C;
}
</style>