Shades of Hippie Pink #AD485B
Tints of Hippie Pink #AD485B
RGB
CMYK
RGB Variations
Color information
#AD485B (or 0xAD485B) is known color: Hippie Pink. HEX triplet: AD, 48 and 5B. RGB value is (173,72,91). Sum of RGB (Red+Green+Blue) = 173+72+91=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD485B is #52B7A4. Grayscale: #686868. Windows color (decimal): -5420965 or 5982381. OLE color: 5982381.
HSL color Cylindrical-coordinate representation of color #AD485B: hue angle of 348.71º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD485B is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 91 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.32 |
| HSL | 348.71º | 0.41% | 0.48% | - |
| HSV(B) | 348.71º | 0.58% | 0.68% | - |
| XYZ | 21.44 | 14.27 | 11.52 | - |
| YUV | 104.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 91 | 0 | 0.58 | 0.47 | 0.32 | 348.71 | 0.41 | 0.48 |
| Hex | AD | 48 | 5B | 0 | 3A | 2F | 20 | 15D | 29 | 30 |
| Octal | 255 | 110 | 133 | 0 | 72 | 57 | 40 | 535 | 51 | 60 |
| Binary | 10101101 | 1001000 | 1011011 | 0 | 111010 | 101111 | 100000 | 101011101 | 101001 | 110000 |
Color Harmonies of #AD485B
Complementary color
Monochromatic Colors of #AD485B
Black with #AD485B
Text Example
Text Example
White with #AD485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD485B; }
p { color: rgb(173,72,91); }
H1.HeaderClassName
{
color: #AD485B;
}
.AnyTagClassName
{
color: #AD485B;
}
</style>
background-color css
<style>
a { background-color: #AD485B; }
a { background-color: rgb(173,72,91); }
div.DivClassName
{
background-color: #AD485B;
}
.BgClassName
{
background-color: #AD485B;
}
</style>
border-color css
<style>
span { border-color: #AD485B; }
span { border-color: rgb(173,72,91); }
td.TdClassName
{
border-color: #AD485B;
}
.TagClassName
{
border-color: #AD485B;
}
</style>