Shades of Hippie Pink #AF585E
Tints of Hippie Pink #AF585E
RGB
CMYK
RGB Variations
Color information
#AF585E (or 0xAF585E) is known color: Hippie Pink. HEX triplet: AF, 58 and 5E. RGB value is (175,88,94). Sum of RGB (Red+Green+Blue) = 175+88+94=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF585E is #50A7A1. Grayscale: #727272. Windows color (decimal): -5285794 or 6183087. OLE color: 6183087.
HSL color Cylindrical-coordinate representation of color #AF585E: hue angle of 355.86º 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 #AF585E is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 94 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.31 |
| HSL | 355.86º | 0.35% | 0.52% | - |
| HSV(B) | 355.86º | 0.5% | 0.69% | - |
| XYZ | 23.19 | 16.9 | 12.63 | - |
| YUV | 114.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 94 | 0 | 0.50 | 0.46 | 0.31 | 355.86 | 0.35 | 0.52 |
| Hex | AF | 58 | 5E | 0 | 32 | 2E | 1F | 164 | 23 | 34 |
| Octal | 257 | 130 | 136 | 0 | 62 | 56 | 37 | 544 | 43 | 64 |
| Binary | 10101111 | 1011000 | 1011110 | 0 | 110010 | 101110 | 11111 | 101100100 | 100011 | 110100 |
Color Harmonies of #AF585E
Complementary color
Monochromatic Colors of #AF585E
Black with #AF585E
Text Example
Text Example
White with #AF585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF585E; }
p { color: rgb(175,88,94); }
H1.HeaderClassName
{
color: #AF585E;
}
.AnyTagClassName
{
color: #AF585E;
}
</style>
background-color css
<style>
a { background-color: #AF585E; }
a { background-color: rgb(175,88,94); }
div.DivClassName
{
background-color: #AF585E;
}
.BgClassName
{
background-color: #AF585E;
}
</style>
border-color css
<style>
span { border-color: #AF585E; }
span { border-color: rgb(175,88,94); }
td.TdClassName
{
border-color: #AF585E;
}
.TagClassName
{
border-color: #AF585E;
}
</style>