Shades of Hippie Pink #AF575E
Tints of Hippie Pink #AF575E
RGB
CMYK
RGB Variations
Color information
#AF575E (or 0xAF575E) is known color: Hippie Pink. HEX triplet: AF, 57 and 5E. RGB value is (175,87,94). Sum of RGB (Red+Green+Blue) = 175+87+94=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF575E is #50A8A1. Grayscale: #727272. Windows color (decimal): -5286050 or 6182831. OLE color: 6182831.
HSL color Cylindrical-coordinate representation of color #AF575E: hue angle of 355.23º 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 #AF575E is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 94 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.31 |
| HSL | 355.23º | 0.35% | 0.51% | - |
| HSV(B) | 355.23º | 0.5% | 0.69% | - |
| XYZ | 23.11 | 16.74 | 12.6 | - |
| YUV | 114.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 94 | 0 | 0.50 | 0.46 | 0.31 | 355.23 | 0.35 | 0.51 |
| Hex | AF | 57 | 5E | 0 | 32 | 2E | 1F | 163 | 23 | 33 |
| Octal | 257 | 127 | 136 | 0 | 62 | 56 | 37 | 543 | 43 | 63 |
| Binary | 10101111 | 1010111 | 1011110 | 0 | 110010 | 101110 | 11111 | 101100011 | 100011 | 110011 |
Color Harmonies of #AF575E
Complementary color
Monochromatic Colors of #AF575E
Black with #AF575E
Text Example
Text Example
White with #AF575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF575E; }
p { color: rgb(175,87,94); }
H1.HeaderClassName
{
color: #AF575E;
}
.AnyTagClassName
{
color: #AF575E;
}
</style>
background-color css
<style>
a { background-color: #AF575E; }
a { background-color: rgb(175,87,94); }
div.DivClassName
{
background-color: #AF575E;
}
.BgClassName
{
background-color: #AF575E;
}
</style>
border-color css
<style>
span { border-color: #AF575E; }
span { border-color: rgb(175,87,94); }
td.TdClassName
{
border-color: #AF575E;
}
.TagClassName
{
border-color: #AF575E;
}
</style>