Shades of Hippie Pink #AF535E
Tints of Hippie Pink #AF535E
RGB
CMYK
RGB Variations
Color information
#AF535E (or 0xAF535E) is known color: Hippie Pink. HEX triplet: AF, 53 and 5E. RGB value is (175,83,94). Sum of RGB (Red+Green+Blue) = 175+83+94=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF535E is #50ACA1. Grayscale: #6F6F6F. Windows color (decimal): -5287074 or 6181807. OLE color: 6181807.
HSL color Cylindrical-coordinate representation of color #AF535E: hue angle of 352.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF535E is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 94 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.31 |
| HSL | 352.83º | 0.37% | 0.51% | - |
| HSV(B) | 352.83º | 0.53% | 0.69% | - |
| XYZ | 22.79 | 16.11 | 12.5 | - |
| YUV | 111.76 | 117.98 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 94 | 0 | 0.53 | 0.46 | 0.31 | 352.83 | 0.37 | 0.51 |
| Hex | AF | 53 | 5E | 0 | 35 | 2E | 1F | 161 | 25 | 33 |
| Octal | 257 | 123 | 136 | 0 | 65 | 56 | 37 | 541 | 45 | 63 |
| Binary | 10101111 | 1010011 | 1011110 | 0 | 110101 | 101110 | 11111 | 101100001 | 100101 | 110011 |
Color Harmonies of #AF535E
Complementary color
Monochromatic Colors of #AF535E
Black with #AF535E
Text Example
Text Example
White with #AF535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF535E; }
p { color: rgb(175,83,94); }
H1.HeaderClassName
{
color: #AF535E;
}
.AnyTagClassName
{
color: #AF535E;
}
</style>
background-color css
<style>
a { background-color: #AF535E; }
a { background-color: rgb(175,83,94); }
div.DivClassName
{
background-color: #AF535E;
}
.BgClassName
{
background-color: #AF535E;
}
</style>
border-color css
<style>
span { border-color: #AF535E; }
span { border-color: rgb(175,83,94); }
td.TdClassName
{
border-color: #AF535E;
}
.TagClassName
{
border-color: #AF535E;
}
</style>