Shades of Hippie Pink #AF4448
Tints of Hippie Pink #AF4448
RGB
CMYK
RGB Variations
Color information
#AF4448 (or 0xAF4448) is known color: Hippie Pink. HEX triplet: AF, 44 and 48. RGB value is (175,68,72). Sum of RGB (Red+Green+Blue) = 175+68+72=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4448 is #50BBB7. Grayscale: #646464. Windows color (decimal): -5290936 or 4736175. OLE color: 4736175.
HSL color Cylindrical-coordinate representation of color #AF4448: hue angle of 357.76º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4448 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 72 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.31 |
| HSL | 357.76º | 0.44% | 0.48% | - |
| HSV(B) | 357.76º | 0.61% | 0.69% | - |
| XYZ | 20.92 | 13.72 | 7.68 | - |
| YUV | 100.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 72 | 0 | 0.61 | 0.59 | 0.31 | 357.76 | 0.44 | 0.48 |
| Hex | AF | 44 | 48 | 0 | 3D | 3B | 1F | 166 | 2C | 30 |
| Octal | 257 | 104 | 110 | 0 | 75 | 73 | 37 | 546 | 54 | 60 |
| Binary | 10101111 | 1000100 | 1001000 | 0 | 111101 | 111011 | 11111 | 101100110 | 101100 | 110000 |
Color Harmonies of #AF4448
Complementary color
Monochromatic Colors of #AF4448
Black with #AF4448
Text Example
Text Example
White with #AF4448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4448; }
p { color: rgb(175,68,72); }
H1.HeaderClassName
{
color: #AF4448;
}
.AnyTagClassName
{
color: #AF4448;
}
</style>
background-color css
<style>
a { background-color: #AF4448; }
a { background-color: rgb(175,68,72); }
div.DivClassName
{
background-color: #AF4448;
}
.BgClassName
{
background-color: #AF4448;
}
</style>
border-color css
<style>
span { border-color: #AF4448; }
span { border-color: rgb(175,68,72); }
td.TdClassName
{
border-color: #AF4448;
}
.TagClassName
{
border-color: #AF4448;
}
</style>