Shades of Hippie Pink #AF535C
Tints of Hippie Pink #AF535C
RGB
CMYK
RGB Variations
Color information
#AF535C (or 0xAF535C) is known color: Hippie Pink. HEX triplet: AF, 53 and 5C. RGB value is (175,83,92). Sum of RGB (Red+Green+Blue) = 175+83+92=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF535C is #50ACA3. Grayscale: #6F6F6F. Windows color (decimal): -5287076 or 6050735. OLE color: 6050735.
HSL color Cylindrical-coordinate representation of color #AF535C: hue angle of 354.13º 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 #AF535C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 92 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.31 |
| HSL | 354.13º | 0.37% | 0.51% | - |
| HSV(B) | 354.13º | 0.53% | 0.69% | - |
| XYZ | 22.7 | 16.07 | 12.03 | - |
| YUV | 111.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 92 | 0 | 0.53 | 0.47 | 0.31 | 354.13 | 0.37 | 0.51 |
| Hex | AF | 53 | 5C | 0 | 35 | 2F | 1F | 162 | 25 | 33 |
| Octal | 257 | 123 | 134 | 0 | 65 | 57 | 37 | 542 | 45 | 63 |
| Binary | 10101111 | 1010011 | 1011100 | 0 | 110101 | 101111 | 11111 | 101100010 | 100101 | 110011 |
Color Harmonies of #AF535C
Complementary color
Monochromatic Colors of #AF535C
Black with #AF535C
Text Example
Text Example
White with #AF535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF535C; }
p { color: rgb(175,83,92); }
H1.HeaderClassName
{
color: #AF535C;
}
.AnyTagClassName
{
color: #AF535C;
}
</style>
background-color css
<style>
a { background-color: #AF535C; }
a { background-color: rgb(175,83,92); }
div.DivClassName
{
background-color: #AF535C;
}
.BgClassName
{
background-color: #AF535C;
}
</style>
border-color css
<style>
span { border-color: #AF535C; }
span { border-color: rgb(175,83,92); }
td.TdClassName
{
border-color: #AF535C;
}
.TagClassName
{
border-color: #AF535C;
}
</style>