Shades of Hippie Pink #AF525C
Tints of Hippie Pink #AF525C
RGB
CMYK
RGB Variations
Color information
#AF525C (or 0xAF525C) is known color: Hippie Pink. HEX triplet: AF, 52 and 5C. RGB value is (175,82,92). Sum of RGB (Red+Green+Blue) = 175+82+92=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF525C is #50ADA3. Grayscale: #6F6F6F. Windows color (decimal): -5287332 or 6050479. OLE color: 6050479.
HSL color Cylindrical-coordinate representation of color #AF525C: hue angle of 353.55º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF525C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 92 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.31 |
| HSL | 353.55º | 0.37% | 0.5% | - |
| HSV(B) | 353.55º | 0.53% | 0.69% | - |
| XYZ | 22.63 | 15.92 | 12.01 | - |
| YUV | 110.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 92 | 0 | 0.53 | 0.47 | 0.31 | 353.55 | 0.37 | 0.5 |
| Hex | AF | 52 | 5C | 0 | 35 | 2F | 1F | 162 | 25 | 32 |
| Octal | 257 | 122 | 134 | 0 | 65 | 57 | 37 | 542 | 45 | 62 |
| Binary | 10101111 | 1010010 | 1011100 | 0 | 110101 | 101111 | 11111 | 101100010 | 100101 | 110010 |
Color Harmonies of #AF525C
Complementary color
Monochromatic Colors of #AF525C
Black with #AF525C
Text Example
Text Example
White with #AF525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF525C; }
p { color: rgb(175,82,92); }
H1.HeaderClassName
{
color: #AF525C;
}
.AnyTagClassName
{
color: #AF525C;
}
</style>
background-color css
<style>
a { background-color: #AF525C; }
a { background-color: rgb(175,82,92); }
div.DivClassName
{
background-color: #AF525C;
}
.BgClassName
{
background-color: #AF525C;
}
</style>
border-color css
<style>
span { border-color: #AF525C; }
span { border-color: rgb(175,82,92); }
td.TdClassName
{
border-color: #AF525C;
}
.TagClassName
{
border-color: #AF525C;
}
</style>