Shades of Hippie Pink #AF585C
Tints of Hippie Pink #AF585C
RGB
CMYK
RGB Variations
Color information
#AF585C (or 0xAF585C) is known color: Hippie Pink. HEX triplet: AF, 58 and 5C. RGB value is (175,88,92). Sum of RGB (Red+Green+Blue) = 175+88+92=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF585C is #50A7A3. Grayscale: #727272. Windows color (decimal): -5285796 or 6052015. OLE color: 6052015.
HSL color Cylindrical-coordinate representation of color #AF585C: hue angle of 357.24º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF585C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 92 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.31 |
| HSL | 357.24º | 0.35% | 0.52% | - |
| HSV(B) | 357.24º | 0.5% | 0.69% | - |
| XYZ | 23.1 | 16.87 | 12.16 | - |
| YUV | 114.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 92 | 0 | 0.50 | 0.47 | 0.31 | 357.24 | 0.35 | 0.52 |
| Hex | AF | 58 | 5C | 0 | 32 | 2F | 1F | 165 | 23 | 34 |
| Octal | 257 | 130 | 134 | 0 | 62 | 57 | 37 | 545 | 43 | 64 |
| Binary | 10101111 | 1011000 | 1011100 | 0 | 110010 | 101111 | 11111 | 101100101 | 100011 | 110100 |
Color Harmonies of #AF585C
Complementary color
Monochromatic Colors of #AF585C
Black with #AF585C
Text Example
Text Example
White with #AF585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF585C; }
p { color: rgb(175,88,92); }
H1.HeaderClassName
{
color: #AF585C;
}
.AnyTagClassName
{
color: #AF585C;
}
</style>
background-color css
<style>
a { background-color: #AF585C; }
a { background-color: rgb(175,88,92); }
div.DivClassName
{
background-color: #AF585C;
}
.BgClassName
{
background-color: #AF585C;
}
</style>
border-color css
<style>
span { border-color: #AF585C; }
span { border-color: rgb(175,88,92); }
td.TdClassName
{
border-color: #AF585C;
}
.TagClassName
{
border-color: #AF585C;
}
</style>