Shades of Hippie Pink #AF565B
Tints of Hippie Pink #AF565B
RGB
CMYK
RGB Variations
Color information
#AF565B (or 0xAF565B) is known color: Hippie Pink. HEX triplet: AF, 56 and 5B. RGB value is (175,86,91). Sum of RGB (Red+Green+Blue) = 175+86+91=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF565B is #50A9A4. Grayscale: #717171. Windows color (decimal): -5286309 or 5985967. OLE color: 5985967.
HSL color Cylindrical-coordinate representation of color #AF565B: hue angle of 356.63º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF565B is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 91 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.31 |
| HSL | 356.63º | 0.36% | 0.51% | - |
| HSV(B) | 356.63º | 0.51% | 0.69% | - |
| XYZ | 22.9 | 16.52 | 11.88 | - |
| YUV | 113.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 91 | 0 | 0.51 | 0.48 | 0.31 | 356.63 | 0.36 | 0.51 |
| Hex | AF | 56 | 5B | 0 | 33 | 30 | 1F | 165 | 24 | 33 |
| Octal | 257 | 126 | 133 | 0 | 63 | 60 | 37 | 545 | 44 | 63 |
| Binary | 10101111 | 1010110 | 1011011 | 0 | 110011 | 110000 | 11111 | 101100101 | 100100 | 110011 |
Color Harmonies of #AF565B
Complementary color
Monochromatic Colors of #AF565B
Black with #AF565B
Text Example
Text Example
White with #AF565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF565B; }
p { color: rgb(175,86,91); }
H1.HeaderClassName
{
color: #AF565B;
}
.AnyTagClassName
{
color: #AF565B;
}
</style>
background-color css
<style>
a { background-color: #AF565B; }
a { background-color: rgb(175,86,91); }
div.DivClassName
{
background-color: #AF565B;
}
.BgClassName
{
background-color: #AF565B;
}
</style>
border-color css
<style>
span { border-color: #AF565B; }
span { border-color: rgb(175,86,91); }
td.TdClassName
{
border-color: #AF565B;
}
.TagClassName
{
border-color: #AF565B;
}
</style>