Shades of Hippie Pink #AF555B
Tints of Hippie Pink #AF555B
RGB
CMYK
RGB Variations
Color information
#AF555B (or 0xAF555B) is known color: Hippie Pink. HEX triplet: AF, 55 and 5B. RGB value is (175,85,91). Sum of RGB (Red+Green+Blue) = 175+85+91=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF555B is #50AAA4. Grayscale: #707070. Windows color (decimal): -5286565 or 5985711. OLE color: 5985711.
HSL color Cylindrical-coordinate representation of color #AF555B: hue angle of 356º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF555B is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 91 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.31 |
| HSL | 356º | 0.36% | 0.51% | - |
| HSV(B) | 356º | 0.51% | 0.69% | - |
| XYZ | 22.82 | 16.37 | 11.85 | - |
| YUV | 112.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 91 | 0 | 0.51 | 0.48 | 0.31 | 356 | 0.36 | 0.51 |
| Hex | AF | 55 | 5B | 0 | 33 | 30 | 1F | 164 | 24 | 33 |
| Octal | 257 | 125 | 133 | 0 | 63 | 60 | 37 | 544 | 44 | 63 |
| Binary | 10101111 | 1010101 | 1011011 | 0 | 110011 | 110000 | 11111 | 101100100 | 100100 | 110011 |
Color Harmonies of #AF555B
Complementary color
Monochromatic Colors of #AF555B
Black with #AF555B
Text Example
Text Example
White with #AF555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF555B; }
p { color: rgb(175,85,91); }
H1.HeaderClassName
{
color: #AF555B;
}
.AnyTagClassName
{
color: #AF555B;
}
</style>
background-color css
<style>
a { background-color: #AF555B; }
a { background-color: rgb(175,85,91); }
div.DivClassName
{
background-color: #AF555B;
}
.BgClassName
{
background-color: #AF555B;
}
</style>
border-color css
<style>
span { border-color: #AF555B; }
span { border-color: rgb(175,85,91); }
td.TdClassName
{
border-color: #AF555B;
}
.TagClassName
{
border-color: #AF555B;
}
</style>