Shades of Hippie Pink #AD535D
Tints of Hippie Pink #AD535D
RGB
CMYK
RGB Variations
Color information
#AD535D (or 0xAD535D) is known color: Hippie Pink. HEX triplet: AD, 53 and 5D. RGB value is (173,83,93). Sum of RGB (Red+Green+Blue) = 173+83+93=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD535D is #52ACA2. Grayscale: #6F6F6F. Windows color (decimal): -5418147 or 6116269. OLE color: 6116269.
HSL color Cylindrical-coordinate representation of color #AD535D: hue angle of 353.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD535D is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 93 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.32 |
| HSL | 353.33º | 0.35% | 0.5% | - |
| HSV(B) | 353.33º | 0.52% | 0.68% | - |
| XYZ | 22.3 | 15.86 | 12.24 | - |
| YUV | 111.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 93 | 0 | 0.52 | 0.46 | 0.32 | 353.33 | 0.35 | 0.5 |
| Hex | AD | 53 | 5D | 0 | 34 | 2E | 20 | 161 | 23 | 32 |
| Octal | 255 | 123 | 135 | 0 | 64 | 56 | 40 | 541 | 43 | 62 |
| Binary | 10101101 | 1010011 | 1011101 | 0 | 110100 | 101110 | 100000 | 101100001 | 100011 | 110010 |
Color Harmonies of #AD535D
Complementary color
Monochromatic Colors of #AD535D
Black with #AD535D
Text Example
Text Example
White with #AD535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD535D; }
p { color: rgb(173,83,93); }
H1.HeaderClassName
{
color: #AD535D;
}
.AnyTagClassName
{
color: #AD535D;
}
</style>
background-color css
<style>
a { background-color: #AD535D; }
a { background-color: rgb(173,83,93); }
div.DivClassName
{
background-color: #AD535D;
}
.BgClassName
{
background-color: #AD535D;
}
</style>
border-color css
<style>
span { border-color: #AD535D; }
span { border-color: rgb(173,83,93); }
td.TdClassName
{
border-color: #AD535D;
}
.TagClassName
{
border-color: #AD535D;
}
</style>