Shades of Hippie Pink #AF575A
Tints of Hippie Pink #AF575A
RGB
CMYK
RGB Variations
Color information
#AF575A (or 0xAF575A) is known color: Hippie Pink. HEX triplet: AF, 57 and 5A. RGB value is (175,87,90). Sum of RGB (Red+Green+Blue) = 175+87+90=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF575A is #50A8A5. Grayscale: #717171. Windows color (decimal): -5286054 or 5920687. OLE color: 5920687.
HSL color Cylindrical-coordinate representation of color #AF575A: hue angle of 357.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF575A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 90 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.31 |
| HSL | 357.95º | 0.35% | 0.51% | - |
| HSV(B) | 357.95º | 0.5% | 0.69% | - |
| XYZ | 22.93 | 16.67 | 11.68 | - |
| YUV | 113.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 90 | 0 | 0.50 | 0.49 | 0.31 | 357.95 | 0.35 | 0.51 |
| Hex | AF | 57 | 5A | 0 | 32 | 31 | 1F | 166 | 23 | 33 |
| Octal | 257 | 127 | 132 | 0 | 62 | 61 | 37 | 546 | 43 | 63 |
| Binary | 10101111 | 1010111 | 1011010 | 0 | 110010 | 110001 | 11111 | 101100110 | 100011 | 110011 |
Color Harmonies of #AF575A
Complementary color
Monochromatic Colors of #AF575A
Black with #AF575A
Text Example
Text Example
White with #AF575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF575A; }
p { color: rgb(175,87,90); }
H1.HeaderClassName
{
color: #AF575A;
}
.AnyTagClassName
{
color: #AF575A;
}
</style>
background-color css
<style>
a { background-color: #AF575A; }
a { background-color: rgb(175,87,90); }
div.DivClassName
{
background-color: #AF575A;
}
.BgClassName
{
background-color: #AF575A;
}
</style>
border-color css
<style>
span { border-color: #AF575A; }
span { border-color: rgb(175,87,90); }
td.TdClassName
{
border-color: #AF575A;
}
.TagClassName
{
border-color: #AF575A;
}
</style>