Shades of Hippie Pink #AF595B
Tints of Hippie Pink #AF595B
RGB
CMYK
RGB Variations
Color information
#AF595B (or 0xAF595B) is known color: Hippie Pink. HEX triplet: AF, 59 and 5B. RGB value is (175,89,91). Sum of RGB (Red+Green+Blue) = 175+89+91=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF595B is #50A6A4. Grayscale: #737373. Windows color (decimal): -5285541 or 5986735. OLE color: 5986735.
HSL color Cylindrical-coordinate representation of color #AF595B: hue angle of 358.6º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF595B is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 91 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.31 |
| HSL | 358.6º | 0.35% | 0.52% | - |
| HSV(B) | 358.6º | 0.49% | 0.69% | - |
| XYZ | 23.14 | 17.01 | 11.96 | - |
| YUV | 114.94 | 114.49 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 91 | 0 | 0.49 | 0.48 | 0.31 | 358.6 | 0.35 | 0.52 |
| Hex | AF | 59 | 5B | 0 | 31 | 30 | 1F | 167 | 23 | 34 |
| Octal | 257 | 131 | 133 | 0 | 61 | 60 | 37 | 547 | 43 | 64 |
| Binary | 10101111 | 1011001 | 1011011 | 0 | 110001 | 110000 | 11111 | 101100111 | 100011 | 110100 |
Color Harmonies of #AF595B
Complementary color
Monochromatic Colors of #AF595B
Black with #AF595B
Text Example
Text Example
White with #AF595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF595B; }
p { color: rgb(175,89,91); }
H1.HeaderClassName
{
color: #AF595B;
}
.AnyTagClassName
{
color: #AF595B;
}
</style>
background-color css
<style>
a { background-color: #AF595B; }
a { background-color: rgb(175,89,91); }
div.DivClassName
{
background-color: #AF595B;
}
.BgClassName
{
background-color: #AF595B;
}
</style>
border-color css
<style>
span { border-color: #AF595B; }
span { border-color: rgb(175,89,91); }
td.TdClassName
{
border-color: #AF595B;
}
.TagClassName
{
border-color: #AF595B;
}
</style>