Shades of Hippie Pink #AF575C
Tints of Hippie Pink #AF575C
RGB
CMYK
RGB Variations
Color information
#AF575C (or 0xAF575C) is known color: Hippie Pink. HEX triplet: AF, 57 and 5C. RGB value is (175,87,92). Sum of RGB (Red+Green+Blue) = 175+87+92=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF575C is #50A8A3. Grayscale: #717171. Windows color (decimal): -5286052 or 6051759. OLE color: 6051759.
HSL color Cylindrical-coordinate representation of color #AF575C: hue angle of 356.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF575C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 92 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.31 |
| HSL | 356.59º | 0.35% | 0.51% | - |
| HSV(B) | 356.59º | 0.5% | 0.69% | - |
| XYZ | 23.02 | 16.7 | 12.14 | - |
| YUV | 113.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 92 | 0 | 0.50 | 0.47 | 0.31 | 356.59 | 0.35 | 0.51 |
| Hex | AF | 57 | 5C | 0 | 32 | 2F | 1F | 165 | 23 | 33 |
| Octal | 257 | 127 | 134 | 0 | 62 | 57 | 37 | 545 | 43 | 63 |
| Binary | 10101111 | 1010111 | 1011100 | 0 | 110010 | 101111 | 11111 | 101100101 | 100011 | 110011 |
Color Harmonies of #AF575C
Complementary color
Monochromatic Colors of #AF575C
Black with #AF575C
Text Example
Text Example
White with #AF575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF575C; }
p { color: rgb(175,87,92); }
H1.HeaderClassName
{
color: #AF575C;
}
.AnyTagClassName
{
color: #AF575C;
}
</style>
background-color css
<style>
a { background-color: #AF575C; }
a { background-color: rgb(175,87,92); }
div.DivClassName
{
background-color: #AF575C;
}
.BgClassName
{
background-color: #AF575C;
}
</style>
border-color css
<style>
span { border-color: #AF575C; }
span { border-color: rgb(175,87,92); }
td.TdClassName
{
border-color: #AF575C;
}
.TagClassName
{
border-color: #AF575C;
}
</style>