Shades of Hippie Pink #AD575E
Tints of Hippie Pink #AD575E
RGB
CMYK
RGB Variations
Color information
#AD575E (or 0xAD575E) is known color: Hippie Pink. HEX triplet: AD, 57 and 5E. RGB value is (173,87,94). Sum of RGB (Red+Green+Blue) = 173+87+94=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD575E is #52A8A1. Grayscale: #717171. Windows color (decimal): -5417122 or 6182829. OLE color: 6182829.
HSL color Cylindrical-coordinate representation of color #AD575E: hue angle of 355.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD575E is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 94 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.32 |
| HSL | 355.12º | 0.34% | 0.51% | - |
| HSV(B) | 355.12º | 0.5% | 0.68% | - |
| XYZ | 22.66 | 16.51 | 12.58 | - |
| YUV | 113.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 94 | 0 | 0.50 | 0.46 | 0.32 | 355.12 | 0.34 | 0.51 |
| Hex | AD | 57 | 5E | 0 | 32 | 2E | 20 | 163 | 22 | 33 |
| Octal | 255 | 127 | 136 | 0 | 62 | 56 | 40 | 543 | 42 | 63 |
| Binary | 10101101 | 1010111 | 1011110 | 0 | 110010 | 101110 | 100000 | 101100011 | 100010 | 110011 |
Color Harmonies of #AD575E
Complementary color
Monochromatic Colors of #AD575E
Black with #AD575E
Text Example
Text Example
White with #AD575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD575E; }
p { color: rgb(173,87,94); }
H1.HeaderClassName
{
color: #AD575E;
}
.AnyTagClassName
{
color: #AD575E;
}
</style>
background-color css
<style>
a { background-color: #AD575E; }
a { background-color: rgb(173,87,94); }
div.DivClassName
{
background-color: #AD575E;
}
.BgClassName
{
background-color: #AD575E;
}
</style>
border-color css
<style>
span { border-color: #AD575E; }
span { border-color: rgb(173,87,94); }
td.TdClassName
{
border-color: #AD575E;
}
.TagClassName
{
border-color: #AD575E;
}
</style>