Shades of Hippie Pink #A9575C
Tints of Hippie Pink #A9575C
RGB
CMYK
RGB Variations
Color information
#A9575C (or 0xA9575C) is known color: Hippie Pink. HEX triplet: A9, 57 and 5C. RGB value is (169,87,92). Sum of RGB (Red+Green+Blue) = 169+87+92=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A9575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9575C is #56A8A3. Grayscale: #707070. Windows color (decimal): -5679268 or 6051753. OLE color: 6051753.
HSL color Cylindrical-coordinate representation of color #A9575C: hue angle of 356.34º 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 #A9575C is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 87 | 92 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.34 |
| HSL | 356.34º | 0.32% | 0.5% | - |
| HSV(B) | 356.34º | 0.49% | 0.66% | - |
| XYZ | 21.7 | 16.02 | 12.07 | - |
| YUV | 112.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 92 | 0 | 0.49 | 0.46 | 0.34 | 356.34 | 0.32 | 0.5 |
| Hex | A9 | 57 | 5C | 0 | 31 | 2E | 22 | 164 | 20 | 32 |
| Octal | 251 | 127 | 134 | 0 | 61 | 56 | 42 | 544 | 40 | 62 |
| Binary | 10101001 | 1010111 | 1011100 | 0 | 110001 | 101110 | 100010 | 101100100 | 100000 | 110010 |
Color Harmonies of #A9575C
Complementary color
Monochromatic Colors of #A9575C
Black with #A9575C
Text Example
Text Example
White with #A9575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9575C; }
p { color: rgb(169,87,92); }
H1.HeaderClassName
{
color: #A9575C;
}
.AnyTagClassName
{
color: #A9575C;
}
</style>
background-color css
<style>
a { background-color: #A9575C; }
a { background-color: rgb(169,87,92); }
div.DivClassName
{
background-color: #A9575C;
}
.BgClassName
{
background-color: #A9575C;
}
</style>
border-color css
<style>
span { border-color: #A9575C; }
span { border-color: rgb(169,87,92); }
td.TdClassName
{
border-color: #A9575C;
}
.TagClassName
{
border-color: #A9575C;
}
</style>