Shades of Hippie Pink #AF535D
Tints of Hippie Pink #AF535D
RGB
CMYK
RGB Variations
Color information
#AF535D (or 0xAF535D) is known color: Hippie Pink. HEX triplet: AF, 53 and 5D. RGB value is (175,83,93). Sum of RGB (Red+Green+Blue) = 175+83+93=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF535D is #50ACA2. Grayscale: #6F6F6F. Windows color (decimal): -5287075 or 6116271. OLE color: 6116271.
HSL color Cylindrical-coordinate representation of color #AF535D: hue angle of 353.48º 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 #AF535D is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 93 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.31 |
| HSL | 353.48º | 0.37% | 0.51% | - |
| HSV(B) | 353.48º | 0.53% | 0.69% | - |
| XYZ | 22.75 | 16.09 | 12.26 | - |
| YUV | 111.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 93 | 0 | 0.53 | 0.47 | 0.31 | 353.48 | 0.37 | 0.51 |
| Hex | AF | 53 | 5D | 0 | 35 | 2F | 1F | 161 | 25 | 33 |
| Octal | 257 | 123 | 135 | 0 | 65 | 57 | 37 | 541 | 45 | 63 |
| Binary | 10101111 | 1010011 | 1011101 | 0 | 110101 | 101111 | 11111 | 101100001 | 100101 | 110011 |
Color Harmonies of #AF535D
Complementary color
Monochromatic Colors of #AF535D
Black with #AF535D
Text Example
Text Example
White with #AF535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF535D; }
p { color: rgb(175,83,93); }
H1.HeaderClassName
{
color: #AF535D;
}
.AnyTagClassName
{
color: #AF535D;
}
</style>
background-color css
<style>
a { background-color: #AF535D; }
a { background-color: rgb(175,83,93); }
div.DivClassName
{
background-color: #AF535D;
}
.BgClassName
{
background-color: #AF535D;
}
</style>
border-color css
<style>
span { border-color: #AF535D; }
span { border-color: rgb(175,83,93); }
td.TdClassName
{
border-color: #AF535D;
}
.TagClassName
{
border-color: #AF535D;
}
</style>