Shades of Hippie Pink #AF525E
Tints of Hippie Pink #AF525E
RGB
CMYK
RGB Variations
Color information
#AF525E (or 0xAF525E) is known color: Hippie Pink. HEX triplet: AF, 52 and 5E. RGB value is (175,82,94). Sum of RGB (Red+Green+Blue) = 175+82+94=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF525E is #50ADA1. Grayscale: #6F6F6F. Windows color (decimal): -5287330 or 6181551. OLE color: 6181551.
HSL color Cylindrical-coordinate representation of color #AF525E: hue angle of 352.26º 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 #AF525E is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 94 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.31 |
| HSL | 352.26º | 0.37% | 0.5% | - |
| HSV(B) | 352.26º | 0.53% | 0.69% | - |
| XYZ | 22.72 | 15.96 | 12.47 | - |
| YUV | 111.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 94 | 0 | 0.53 | 0.46 | 0.31 | 352.26 | 0.37 | 0.5 |
| Hex | AF | 52 | 5E | 0 | 35 | 2E | 1F | 160 | 25 | 32 |
| Octal | 257 | 122 | 136 | 0 | 65 | 56 | 37 | 540 | 45 | 62 |
| Binary | 10101111 | 1010010 | 1011110 | 0 | 110101 | 101110 | 11111 | 101100000 | 100101 | 110010 |
Color Harmonies of #AF525E
Complementary color
Monochromatic Colors of #AF525E
Black with #AF525E
Text Example
Text Example
White with #AF525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF525E; }
p { color: rgb(175,82,94); }
H1.HeaderClassName
{
color: #AF525E;
}
.AnyTagClassName
{
color: #AF525E;
}
</style>
background-color css
<style>
a { background-color: #AF525E; }
a { background-color: rgb(175,82,94); }
div.DivClassName
{
background-color: #AF525E;
}
.BgClassName
{
background-color: #AF525E;
}
</style>
border-color css
<style>
span { border-color: #AF525E; }
span { border-color: rgb(175,82,94); }
td.TdClassName
{
border-color: #AF525E;
}
.TagClassName
{
border-color: #AF525E;
}
</style>