Shades of Hippie Pink #AF5256
Tints of Hippie Pink #AF5256
RGB
CMYK
RGB Variations
Color information
#AF5256 (or 0xAF5256) is known color: Hippie Pink. HEX triplet: AF, 52 and 56. RGB value is (175,82,86). Sum of RGB (Red+Green+Blue) = 175+82+86=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5256 is #50ADA9. Grayscale: #6E6E6E. Windows color (decimal): -5287338 or 5657263. OLE color: 5657263.
HSL color Cylindrical-coordinate representation of color #AF5256: hue angle of 357.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5256 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 86 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.31 |
| HSL | 357.42º | 0.37% | 0.5% | - |
| HSV(B) | 357.42º | 0.53% | 0.69% | - |
| XYZ | 22.38 | 15.82 | 10.68 | - |
| YUV | 110.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 86 | 0 | 0.53 | 0.51 | 0.31 | 357.42 | 0.37 | 0.5 |
| Hex | AF | 52 | 56 | 0 | 35 | 33 | 1F | 165 | 25 | 32 |
| Octal | 257 | 122 | 126 | 0 | 65 | 63 | 37 | 545 | 45 | 62 |
| Binary | 10101111 | 1010010 | 1010110 | 0 | 110101 | 110011 | 11111 | 101100101 | 100101 | 110010 |
Color Harmonies of #AF5256
Complementary color
Monochromatic Colors of #AF5256
Black with #AF5256
Text Example
Text Example
White with #AF5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5256; }
p { color: rgb(175,82,86); }
H1.HeaderClassName
{
color: #AF5256;
}
.AnyTagClassName
{
color: #AF5256;
}
</style>
background-color css
<style>
a { background-color: #AF5256; }
a { background-color: rgb(175,82,86); }
div.DivClassName
{
background-color: #AF5256;
}
.BgClassName
{
background-color: #AF5256;
}
</style>
border-color css
<style>
span { border-color: #AF5256; }
span { border-color: rgb(175,82,86); }
td.TdClassName
{
border-color: #AF5256;
}
.TagClassName
{
border-color: #AF5256;
}
</style>