Shades of Hippie Pink #AD425E
Tints of Hippie Pink #AD425E
RGB
CMYK
RGB Variations
Color information
#AD425E (or 0xAD425E) is known color: Hippie Pink. HEX triplet: AD, 42 and 5E. RGB value is (173,66,94). Sum of RGB (Red+Green+Blue) = 173+66+94=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD425E is #52BDA1. Grayscale: #656565. Windows color (decimal): -5422498 or 6177453. OLE color: 6177453.
HSL color Cylindrical-coordinate representation of color #AD425E: hue angle of 344.3º 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 #AD425E is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 94 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.32 |
| HSL | 344.3º | 0.45% | 0.47% | - |
| HSV(B) | 344.3º | 0.62% | 0.68% | - |
| XYZ | 21.2 | 13.59 | 12.1 | - |
| YUV | 101.19 | 123.95 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 94 | 0 | 0.62 | 0.46 | 0.32 | 344.3 | 0.45 | 0.47 |
| Hex | AD | 42 | 5E | 0 | 3E | 2E | 20 | 158 | 2D | 2F |
| Octal | 255 | 102 | 136 | 0 | 76 | 56 | 40 | 530 | 55 | 57 |
| Binary | 10101101 | 1000010 | 1011110 | 0 | 111110 | 101110 | 100000 | 101011000 | 101101 | 101111 |
Color Harmonies of #AD425E
Complementary color
Monochromatic Colors of #AD425E
Black with #AD425E
Text Example
Text Example
White with #AD425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD425E; }
p { color: rgb(173,66,94); }
H1.HeaderClassName
{
color: #AD425E;
}
.AnyTagClassName
{
color: #AD425E;
}
</style>
background-color css
<style>
a { background-color: #AD425E; }
a { background-color: rgb(173,66,94); }
div.DivClassName
{
background-color: #AD425E;
}
.BgClassName
{
background-color: #AD425E;
}
</style>
border-color css
<style>
span { border-color: #AD425E; }
span { border-color: rgb(173,66,94); }
td.TdClassName
{
border-color: #AD425E;
}
.TagClassName
{
border-color: #AD425E;
}
</style>