Shades of Hippie Pink #AD535C
Tints of Hippie Pink #AD535C
RGB
CMYK
RGB Variations
Color information
#AD535C (or 0xAD535C) is known color: Hippie Pink. HEX triplet: AD, 53 and 5C. RGB value is (173,83,92). Sum of RGB (Red+Green+Blue) = 173+83+92=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD535C is #52ACA3. Grayscale: #6E6E6E. Windows color (decimal): -5418148 or 6050733. OLE color: 6050733.
HSL color Cylindrical-coordinate representation of color #AD535C: hue angle of 354º 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 #AD535C is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 92 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.32 |
| HSL | 354º | 0.35% | 0.5% | - |
| HSV(B) | 354º | 0.52% | 0.68% | - |
| XYZ | 22.26 | 15.84 | 12.01 | - |
| YUV | 110.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 92 | 0 | 0.52 | 0.47 | 0.32 | 354 | 0.35 | 0.5 |
| Hex | AD | 53 | 5C | 0 | 34 | 2F | 20 | 162 | 23 | 32 |
| Octal | 255 | 123 | 134 | 0 | 64 | 57 | 40 | 542 | 43 | 62 |
| Binary | 10101101 | 1010011 | 1011100 | 0 | 110100 | 101111 | 100000 | 101100010 | 100011 | 110010 |
Color Harmonies of #AD535C
Complementary color
Monochromatic Colors of #AD535C
Black with #AD535C
Text Example
Text Example
White with #AD535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD535C; }
p { color: rgb(173,83,92); }
H1.HeaderClassName
{
color: #AD535C;
}
.AnyTagClassName
{
color: #AD535C;
}
</style>
background-color css
<style>
a { background-color: #AD535C; }
a { background-color: rgb(173,83,92); }
div.DivClassName
{
background-color: #AD535C;
}
.BgClassName
{
background-color: #AD535C;
}
</style>
border-color css
<style>
span { border-color: #AD535C; }
span { border-color: rgb(173,83,92); }
td.TdClassName
{
border-color: #AD535C;
}
.TagClassName
{
border-color: #AD535C;
}
</style>