Shades of Hippie Pink #AD475C
Tints of Hippie Pink #AD475C
RGB
CMYK
RGB Variations
Color information
#AD475C (or 0xAD475C) is known color: Hippie Pink. HEX triplet: AD, 47 and 5C. RGB value is (173,71,92). Sum of RGB (Red+Green+Blue) = 173+71+92=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD475C is #52B8A3. Grayscale: #676767. Windows color (decimal): -5421220 or 6047661. OLE color: 6047661.
HSL color Cylindrical-coordinate representation of color #AD475C: hue angle of 347.65º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD475C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 92 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.32 |
| HSL | 347.65º | 0.42% | 0.48% | - |
| HSV(B) | 347.65º | 0.59% | 0.68% | - |
| XYZ | 21.42 | 14.16 | 11.73 | - |
| YUV | 103.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 92 | 0 | 0.59 | 0.47 | 0.32 | 347.65 | 0.42 | 0.48 |
| Hex | AD | 47 | 5C | 0 | 3B | 2F | 20 | 15C | 2A | 30 |
| Octal | 255 | 107 | 134 | 0 | 73 | 57 | 40 | 534 | 52 | 60 |
| Binary | 10101101 | 1000111 | 1011100 | 0 | 111011 | 101111 | 100000 | 101011100 | 101010 | 110000 |
Color Harmonies of #AD475C
Complementary color
Monochromatic Colors of #AD475C
Black with #AD475C
Text Example
Text Example
White with #AD475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD475C; }
p { color: rgb(173,71,92); }
H1.HeaderClassName
{
color: #AD475C;
}
.AnyTagClassName
{
color: #AD475C;
}
</style>
background-color css
<style>
a { background-color: #AD475C; }
a { background-color: rgb(173,71,92); }
div.DivClassName
{
background-color: #AD475C;
}
.BgClassName
{
background-color: #AD475C;
}
</style>
border-color css
<style>
span { border-color: #AD475C; }
span { border-color: rgb(173,71,92); }
td.TdClassName
{
border-color: #AD475C;
}
.TagClassName
{
border-color: #AD475C;
}
</style>