Shades of Hippie Pink #A8525D
Tints of Hippie Pink #A8525D
RGB
CMYK
RGB Variations
Color information
#A8525D (or 0xA8525D) is known color: Hippie Pink. HEX triplet: A8, 52 and 5D. RGB value is (168,82,93). Sum of RGB (Red+Green+Blue) = 168+82+93=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8525D is #57ADA2. Grayscale: #6D6D6D. Windows color (decimal): -5746083 or 6116008. OLE color: 6116008.
HSL color Cylindrical-coordinate representation of color #A8525D: hue angle of 352.33º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8525D is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 93 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.34 |
| HSL | 352.33º | 0.34% | 0.49% | - |
| HSV(B) | 352.33º | 0.51% | 0.66% | - |
| XYZ | 21.14 | 15.15 | 12.17 | - |
| YUV | 108.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 93 | 0 | 0.51 | 0.45 | 0.34 | 352.33 | 0.34 | 0.49 |
| Hex | A8 | 52 | 5D | 0 | 33 | 2D | 22 | 160 | 22 | 31 |
| Octal | 250 | 122 | 135 | 0 | 63 | 55 | 42 | 540 | 42 | 61 |
| Binary | 10101000 | 1010010 | 1011101 | 0 | 110011 | 101101 | 100010 | 101100000 | 100010 | 110001 |
Color Harmonies of #A8525D
Complementary color
Monochromatic Colors of #A8525D
Black with #A8525D
Text Example
Text Example
White with #A8525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8525D; }
p { color: rgb(168,82,93); }
H1.HeaderClassName
{
color: #A8525D;
}
.AnyTagClassName
{
color: #A8525D;
}
</style>
background-color css
<style>
a { background-color: #A8525D; }
a { background-color: rgb(168,82,93); }
div.DivClassName
{
background-color: #A8525D;
}
.BgClassName
{
background-color: #A8525D;
}
</style>
border-color css
<style>
span { border-color: #A8525D; }
span { border-color: rgb(168,82,93); }
td.TdClassName
{
border-color: #A8525D;
}
.TagClassName
{
border-color: #A8525D;
}
</style>