Shades of Hippie Pink #AF585D
Tints of Hippie Pink #AF585D
RGB
CMYK
RGB Variations
Color information
#AF585D (or 0xAF585D) is known color: Hippie Pink. HEX triplet: AF, 58 and 5D. RGB value is (175,88,93). Sum of RGB (Red+Green+Blue) = 175+88+93=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF585D is #50A7A2. Grayscale: #727272. Windows color (decimal): -5285795 or 6117551. OLE color: 6117551.
HSL color Cylindrical-coordinate representation of color #AF585D: hue angle of 356.55º 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 #AF585D is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 93 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.31 |
| HSL | 356.55º | 0.35% | 0.52% | - |
| HSV(B) | 356.55º | 0.5% | 0.69% | - |
| XYZ | 23.14 | 16.88 | 12.39 | - |
| YUV | 114.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 93 | 0 | 0.50 | 0.47 | 0.31 | 356.55 | 0.35 | 0.52 |
| Hex | AF | 58 | 5D | 0 | 32 | 2F | 1F | 165 | 23 | 34 |
| Octal | 257 | 130 | 135 | 0 | 62 | 57 | 37 | 545 | 43 | 64 |
| Binary | 10101111 | 1011000 | 1011101 | 0 | 110010 | 101111 | 11111 | 101100101 | 100011 | 110100 |
Color Harmonies of #AF585D
Complementary color
Monochromatic Colors of #AF585D
Black with #AF585D
Text Example
Text Example
White with #AF585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF585D; }
p { color: rgb(175,88,93); }
H1.HeaderClassName
{
color: #AF585D;
}
.AnyTagClassName
{
color: #AF585D;
}
</style>
background-color css
<style>
a { background-color: #AF585D; }
a { background-color: rgb(175,88,93); }
div.DivClassName
{
background-color: #AF585D;
}
.BgClassName
{
background-color: #AF585D;
}
</style>
border-color css
<style>
span { border-color: #AF585D; }
span { border-color: rgb(175,88,93); }
td.TdClassName
{
border-color: #AF585D;
}
.TagClassName
{
border-color: #AF585D;
}
</style>