Shades of Hippie Pink #AD454D
Tints of Hippie Pink #AD454D
RGB
CMYK
RGB Variations
Color information
#AD454D (or 0xAD454D) is known color: Hippie Pink. HEX triplet: AD, 45 and 4D. RGB value is (173,69,77). Sum of RGB (Red+Green+Blue) = 173+69+77=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD454D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD454D is #52BAB2. Grayscale: #656565. Windows color (decimal): -5421747 or 5064109. OLE color: 5064109.
HSL color Cylindrical-coordinate representation of color #AD454D: hue angle of 355.38º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD454D is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 77 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.32 |
| HSL | 355.38º | 0.43% | 0.47% | - |
| HSV(B) | 355.38º | 0.6% | 0.68% | - |
| XYZ | 20.7 | 13.68 | 8.57 | - |
| YUV | 101.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 77 | 0 | 0.60 | 0.55 | 0.32 | 355.38 | 0.43 | 0.47 |
| Hex | AD | 45 | 4D | 0 | 3C | 37 | 20 | 163 | 2B | 2F |
| Octal | 255 | 105 | 115 | 0 | 74 | 67 | 40 | 543 | 53 | 57 |
| Binary | 10101101 | 1000101 | 1001101 | 0 | 111100 | 110111 | 100000 | 101100011 | 101011 | 101111 |
Color Harmonies of #AD454D
Complementary color
Monochromatic Colors of #AD454D
Black with #AD454D
Text Example
Text Example
White with #AD454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD454D; }
p { color: rgb(173,69,77); }
H1.HeaderClassName
{
color: #AD454D;
}
.AnyTagClassName
{
color: #AD454D;
}
</style>
background-color css
<style>
a { background-color: #AD454D; }
a { background-color: rgb(173,69,77); }
div.DivClassName
{
background-color: #AD454D;
}
.BgClassName
{
background-color: #AD454D;
}
</style>
border-color css
<style>
span { border-color: #AD454D; }
span { border-color: rgb(173,69,77); }
td.TdClassName
{
border-color: #AD454D;
}
.TagClassName
{
border-color: #AD454D;
}
</style>