Shades of Hippie Pink #AF4C4D
Tints of Hippie Pink #AF4C4D
RGB
CMYK
RGB Variations
Color information
#AF4C4D (or 0xAF4C4D) is known color: Hippie Pink. HEX triplet: AF, 4C and 4D. RGB value is (175,76,77). Sum of RGB (Red+Green+Blue) = 175+76+77=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4C4D is #50B3B2. Grayscale: #696969. Windows color (decimal): -5288883 or 5065903. OLE color: 5065903.
HSL color Cylindrical-coordinate representation of color #AF4C4D: hue angle of 359.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4C4D is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 77 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.31 |
| HSL | 359.39º | 0.39% | 0.49% | - |
| HSV(B) | 359.39º | 0.57% | 0.69% | - |
| XYZ | 21.6 | 14.82 | 8.74 | - |
| YUV | 105.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 77 | 0 | 0.57 | 0.56 | 0.31 | 359.39 | 0.39 | 0.49 |
| Hex | AF | 4C | 4D | 0 | 39 | 38 | 1F | 167 | 27 | 31 |
| Octal | 257 | 114 | 115 | 0 | 71 | 70 | 37 | 547 | 47 | 61 |
| Binary | 10101111 | 1001100 | 1001101 | 0 | 111001 | 111000 | 11111 | 101100111 | 100111 | 110001 |
Color Harmonies of #AF4C4D
Complementary color
Monochromatic Colors of #AF4C4D
Black with #AF4C4D
Text Example
Text Example
White with #AF4C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C4D; }
p { color: rgb(175,76,77); }
H1.HeaderClassName
{
color: #AF4C4D;
}
.AnyTagClassName
{
color: #AF4C4D;
}
</style>
background-color css
<style>
a { background-color: #AF4C4D; }
a { background-color: rgb(175,76,77); }
div.DivClassName
{
background-color: #AF4C4D;
}
.BgClassName
{
background-color: #AF4C4D;
}
</style>
border-color css
<style>
span { border-color: #AF4C4D; }
span { border-color: rgb(175,76,77); }
td.TdClassName
{
border-color: #AF4C4D;
}
.TagClassName
{
border-color: #AF4C4D;
}
</style>