Shades of Hippie Pink #AD535E
Tints of Hippie Pink #AD535E
RGB
CMYK
RGB Variations
Color information
#AD535E (or 0xAD535E) is known color: Hippie Pink. HEX triplet: AD, 53 and 5E. RGB value is (173,83,94). Sum of RGB (Red+Green+Blue) = 173+83+94=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD535E is #52ACA1. Grayscale: #6F6F6F. Windows color (decimal): -5418146 or 6181805. OLE color: 6181805.
HSL color Cylindrical-coordinate representation of color #AD535E: hue angle of 352.67º 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 #AD535E is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 94 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.32 |
| HSL | 352.67º | 0.35% | 0.5% | - |
| HSV(B) | 352.67º | 0.52% | 0.68% | - |
| XYZ | 22.35 | 15.88 | 12.48 | - |
| YUV | 111.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 94 | 0 | 0.52 | 0.46 | 0.32 | 352.67 | 0.35 | 0.5 |
| Hex | AD | 53 | 5E | 0 | 34 | 2E | 20 | 161 | 23 | 32 |
| Octal | 255 | 123 | 136 | 0 | 64 | 56 | 40 | 541 | 43 | 62 |
| Binary | 10101101 | 1010011 | 1011110 | 0 | 110100 | 101110 | 100000 | 101100001 | 100011 | 110010 |
Color Harmonies of #AD535E
Complementary color
Monochromatic Colors of #AD535E
Black with #AD535E
Text Example
Text Example
White with #AD535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD535E; }
p { color: rgb(173,83,94); }
H1.HeaderClassName
{
color: #AD535E;
}
.AnyTagClassName
{
color: #AD535E;
}
</style>
background-color css
<style>
a { background-color: #AD535E; }
a { background-color: rgb(173,83,94); }
div.DivClassName
{
background-color: #AD535E;
}
.BgClassName
{
background-color: #AD535E;
}
</style>
border-color css
<style>
span { border-color: #AD535E; }
span { border-color: rgb(173,83,94); }
td.TdClassName
{
border-color: #AD535E;
}
.TagClassName
{
border-color: #AD535E;
}
</style>