Shades of Hippie Pink #AF535B
Tints of Hippie Pink #AF535B
RGB
CMYK
RGB Variations
Color information
#AF535B (or 0xAF535B) is known color: Hippie Pink. HEX triplet: AF, 53 and 5B. RGB value is (175,83,91). Sum of RGB (Red+Green+Blue) = 175+83+91=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF535B is #50ACA4. Grayscale: #6F6F6F. Windows color (decimal): -5287077 or 5985199. OLE color: 5985199.
HSL color Cylindrical-coordinate representation of color #AF535B: hue angle of 354.78º 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 #AF535B is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 91 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.31 |
| HSL | 354.78º | 0.37% | 0.51% | - |
| HSV(B) | 354.78º | 0.53% | 0.69% | - |
| XYZ | 22.66 | 16.06 | 11.8 | - |
| YUV | 111.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 91 | 0 | 0.53 | 0.48 | 0.31 | 354.78 | 0.37 | 0.51 |
| Hex | AF | 53 | 5B | 0 | 35 | 30 | 1F | 163 | 25 | 33 |
| Octal | 257 | 123 | 133 | 0 | 65 | 60 | 37 | 543 | 45 | 63 |
| Binary | 10101111 | 1010011 | 1011011 | 0 | 110101 | 110000 | 11111 | 101100011 | 100101 | 110011 |
Color Harmonies of #AF535B
Complementary color
Monochromatic Colors of #AF535B
Black with #AF535B
Text Example
Text Example
White with #AF535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF535B; }
p { color: rgb(175,83,91); }
H1.HeaderClassName
{
color: #AF535B;
}
.AnyTagClassName
{
color: #AF535B;
}
</style>
background-color css
<style>
a { background-color: #AF535B; }
a { background-color: rgb(175,83,91); }
div.DivClassName
{
background-color: #AF535B;
}
.BgClassName
{
background-color: #AF535B;
}
</style>
border-color css
<style>
span { border-color: #AF535B; }
span { border-color: rgb(175,83,91); }
td.TdClassName
{
border-color: #AF535B;
}
.TagClassName
{
border-color: #AF535B;
}
</style>