Shades of Hippie Pink #AF545B
Tints of Hippie Pink #AF545B
RGB
CMYK
RGB Variations
Color information
#AF545B (or 0xAF545B) is known color: Hippie Pink. HEX triplet: AF, 54 and 5B. RGB value is (175,84,91). Sum of RGB (Red+Green+Blue) = 175+84+91=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF545B is #50ABA4. Grayscale: #707070. Windows color (decimal): -5286821 or 5985455. OLE color: 5985455.
HSL color Cylindrical-coordinate representation of color #AF545B: hue angle of 355.38º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF545B is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 91 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.31 |
| HSL | 355.38º | 0.36% | 0.51% | - |
| HSV(B) | 355.38º | 0.52% | 0.69% | - |
| XYZ | 22.74 | 16.21 | 11.83 | - |
| YUV | 112.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 91 | 0 | 0.52 | 0.48 | 0.31 | 355.38 | 0.36 | 0.51 |
| Hex | AF | 54 | 5B | 0 | 34 | 30 | 1F | 163 | 24 | 33 |
| Octal | 257 | 124 | 133 | 0 | 64 | 60 | 37 | 543 | 44 | 63 |
| Binary | 10101111 | 1010100 | 1011011 | 0 | 110100 | 110000 | 11111 | 101100011 | 100100 | 110011 |
Color Harmonies of #AF545B
Complementary color
Monochromatic Colors of #AF545B
Black with #AF545B
Text Example
Text Example
White with #AF545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF545B; }
p { color: rgb(175,84,91); }
H1.HeaderClassName
{
color: #AF545B;
}
.AnyTagClassName
{
color: #AF545B;
}
</style>
background-color css
<style>
a { background-color: #AF545B; }
a { background-color: rgb(175,84,91); }
div.DivClassName
{
background-color: #AF545B;
}
.BgClassName
{
background-color: #AF545B;
}
</style>
border-color css
<style>
span { border-color: #AF545B; }
span { border-color: rgb(175,84,91); }
td.TdClassName
{
border-color: #AF545B;
}
.TagClassName
{
border-color: #AF545B;
}
</style>