Shades of Hippie Pink #AD425B
Tints of Hippie Pink #AD425B
RGB
CMYK
RGB Variations
Color information
#AD425B (or 0xAD425B) is known color: Hippie Pink. HEX triplet: AD, 42 and 5B. RGB value is (173,66,91). Sum of RGB (Red+Green+Blue) = 173+66+91=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD425B is #52BDA4. Grayscale: #646464. Windows color (decimal): -5422501 or 5980845. OLE color: 5980845.
HSL color Cylindrical-coordinate representation of color #AD425B: hue angle of 345.98º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD425B is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 91 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.32 |
| HSL | 345.98º | 0.45% | 0.47% | - |
| HSV(B) | 345.98º | 0.62% | 0.68% | - |
| XYZ | 21.07 | 13.54 | 11.4 | - |
| YUV | 100.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 91 | 0 | 0.62 | 0.47 | 0.32 | 345.98 | 0.45 | 0.47 |
| Hex | AD | 42 | 5B | 0 | 3E | 2F | 20 | 15A | 2D | 2F |
| Octal | 255 | 102 | 133 | 0 | 76 | 57 | 40 | 532 | 55 | 57 |
| Binary | 10101101 | 1000010 | 1011011 | 0 | 111110 | 101111 | 100000 | 101011010 | 101101 | 101111 |
Color Harmonies of #AD425B
Complementary color
Monochromatic Colors of #AD425B
Black with #AD425B
Text Example
Text Example
White with #AD425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD425B; }
p { color: rgb(173,66,91); }
H1.HeaderClassName
{
color: #AD425B;
}
.AnyTagClassName
{
color: #AD425B;
}
</style>
background-color css
<style>
a { background-color: #AD425B; }
a { background-color: rgb(173,66,91); }
div.DivClassName
{
background-color: #AD425B;
}
.BgClassName
{
background-color: #AD425B;
}
</style>
border-color css
<style>
span { border-color: #AD425B; }
span { border-color: rgb(173,66,91); }
td.TdClassName
{
border-color: #AD425B;
}
.TagClassName
{
border-color: #AD425B;
}
</style>