Shades of Hippie Pink #AD474A
Tints of Hippie Pink #AD474A
RGB
CMYK
RGB Variations
Color information
#AD474A (or 0xAD474A) is known color: Hippie Pink. HEX triplet: AD, 47 and 4A. RGB value is (173,71,74). Sum of RGB (Red+Green+Blue) = 173+71+74=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD474A is #52B8B5. Grayscale: #656565. Windows color (decimal): -5421238 or 4868013. OLE color: 4868013.
HSL color Cylindrical-coordinate representation of color #AD474A: hue angle of 358.24º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD474A is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 74 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.32 |
| HSL | 358.24º | 0.42% | 0.48% | - |
| HSV(B) | 358.24º | 0.59% | 0.68% | - |
| XYZ | 20.72 | 13.89 | 8.07 | - |
| YUV | 101.84 | 112.29 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 74 | 0 | 0.59 | 0.57 | 0.32 | 358.24 | 0.42 | 0.48 |
| Hex | AD | 47 | 4A | 0 | 3B | 39 | 20 | 166 | 2A | 30 |
| Octal | 255 | 107 | 112 | 0 | 73 | 71 | 40 | 546 | 52 | 60 |
| Binary | 10101101 | 1000111 | 1001010 | 0 | 111011 | 111001 | 100000 | 101100110 | 101010 | 110000 |
Color Harmonies of #AD474A
Complementary color
Monochromatic Colors of #AD474A
Black with #AD474A
Text Example
Text Example
White with #AD474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD474A; }
p { color: rgb(173,71,74); }
H1.HeaderClassName
{
color: #AD474A;
}
.AnyTagClassName
{
color: #AD474A;
}
</style>
background-color css
<style>
a { background-color: #AD474A; }
a { background-color: rgb(173,71,74); }
div.DivClassName
{
background-color: #AD474A;
}
.BgClassName
{
background-color: #AD474A;
}
</style>
border-color css
<style>
span { border-color: #AD474A; }
span { border-color: rgb(173,71,74); }
td.TdClassName
{
border-color: #AD474A;
}
.TagClassName
{
border-color: #AD474A;
}
</style>