Shades of Hippie Pink #AF555F
Tints of Hippie Pink #AF555F
RGB
CMYK
RGB Variations
Color information
#AF555F (or 0xAF555F) is known color: Hippie Pink. HEX triplet: AF, 55 and 5F. RGB value is (175,85,95). Sum of RGB (Red+Green+Blue) = 175+85+95=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF555F is #50AAA0. Grayscale: #717171. Windows color (decimal): -5286561 or 6247855. OLE color: 6247855.
HSL color Cylindrical-coordinate representation of color #AF555F: hue angle of 353.33º 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 #AF555F is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 95 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.31 |
| HSL | 353.33º | 0.36% | 0.51% | - |
| HSV(B) | 353.33º | 0.51% | 0.69% | - |
| XYZ | 22.99 | 16.44 | 12.79 | - |
| YUV | 113.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 95 | 0 | 0.51 | 0.46 | 0.31 | 353.33 | 0.36 | 0.51 |
| Hex | AF | 55 | 5F | 0 | 33 | 2E | 1F | 161 | 24 | 33 |
| Octal | 257 | 125 | 137 | 0 | 63 | 56 | 37 | 541 | 44 | 63 |
| Binary | 10101111 | 1010101 | 1011111 | 0 | 110011 | 101110 | 11111 | 101100001 | 100100 | 110011 |
Color Harmonies of #AF555F
Complementary color
Monochromatic Colors of #AF555F
Black with #AF555F
Text Example
Text Example
White with #AF555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF555F; }
p { color: rgb(175,85,95); }
H1.HeaderClassName
{
color: #AF555F;
}
.AnyTagClassName
{
color: #AF555F;
}
</style>
background-color css
<style>
a { background-color: #AF555F; }
a { background-color: rgb(175,85,95); }
div.DivClassName
{
background-color: #AF555F;
}
.BgClassName
{
background-color: #AF555F;
}
</style>
border-color css
<style>
span { border-color: #AF555F; }
span { border-color: rgb(175,85,95); }
td.TdClassName
{
border-color: #AF555F;
}
.TagClassName
{
border-color: #AF555F;
}
</style>