Shades of Hippie Pink #A9575B
Tints of Hippie Pink #A9575B
RGB
CMYK
RGB Variations
Color information
#A9575B (or 0xA9575B) is known color: Hippie Pink. HEX triplet: A9, 57 and 5B. RGB value is (169,87,91). Sum of RGB (Red+Green+Blue) = 169+87+91=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9575B is #56A8A4. Grayscale: #707070. Windows color (decimal): -5679269 or 5986217. OLE color: 5986217.
HSL color Cylindrical-coordinate representation of color #A9575B: hue angle of 357.07º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9575B is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 87 | 91 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.34 |
| HSL | 357.07º | 0.32% | 0.5% | - |
| HSV(B) | 357.07º | 0.49% | 0.66% | - |
| XYZ | 21.66 | 16.01 | 11.85 | - |
| YUV | 111.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 91 | 0 | 0.49 | 0.46 | 0.34 | 357.07 | 0.32 | 0.5 |
| Hex | A9 | 57 | 5B | 0 | 31 | 2E | 22 | 165 | 20 | 32 |
| Octal | 251 | 127 | 133 | 0 | 61 | 56 | 42 | 545 | 40 | 62 |
| Binary | 10101001 | 1010111 | 1011011 | 0 | 110001 | 101110 | 100010 | 101100101 | 100000 | 110010 |
Color Harmonies of #A9575B
Complementary color
Monochromatic Colors of #A9575B
Black with #A9575B
Text Example
Text Example
White with #A9575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9575B; }
p { color: rgb(169,87,91); }
H1.HeaderClassName
{
color: #A9575B;
}
.AnyTagClassName
{
color: #A9575B;
}
</style>
background-color css
<style>
a { background-color: #A9575B; }
a { background-color: rgb(169,87,91); }
div.DivClassName
{
background-color: #A9575B;
}
.BgClassName
{
background-color: #A9575B;
}
</style>
border-color css
<style>
span { border-color: #A9575B; }
span { border-color: rgb(169,87,91); }
td.TdClassName
{
border-color: #A9575B;
}
.TagClassName
{
border-color: #A9575B;
}
</style>