Shades of Hippie Pink #A8535E
Tints of Hippie Pink #A8535E
RGB
CMYK
RGB Variations
Color information
#A8535E (or 0xA8535E) is known color: Hippie Pink. HEX triplet: A8, 53 and 5E. RGB value is (168,83,94). Sum of RGB (Red+Green+Blue) = 168+83+94=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8535E is #57ACA1. Grayscale: #6D6D6D. Windows color (decimal): -5745826 or 6181800. OLE color: 6181800.
HSL color Cylindrical-coordinate representation of color #A8535E: hue angle of 352.24º 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 #A8535E is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 94 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.34 |
| HSL | 352.24º | 0.34% | 0.49% | - |
| HSV(B) | 352.24º | 0.51% | 0.66% | - |
| XYZ | 21.26 | 15.32 | 12.43 | - |
| YUV | 109.67 | 119.16 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 94 | 0 | 0.51 | 0.44 | 0.34 | 352.24 | 0.34 | 0.49 |
| Hex | A8 | 53 | 5E | 0 | 33 | 2C | 22 | 160 | 22 | 31 |
| Octal | 250 | 123 | 136 | 0 | 63 | 54 | 42 | 540 | 42 | 61 |
| Binary | 10101000 | 1010011 | 1011110 | 0 | 110011 | 101100 | 100010 | 101100000 | 100010 | 110001 |
Color Harmonies of #A8535E
Complementary color
Monochromatic Colors of #A8535E
Black with #A8535E
Text Example
Text Example
White with #A8535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8535E; }
p { color: rgb(168,83,94); }
H1.HeaderClassName
{
color: #A8535E;
}
.AnyTagClassName
{
color: #A8535E;
}
</style>
background-color css
<style>
a { background-color: #A8535E; }
a { background-color: rgb(168,83,94); }
div.DivClassName
{
background-color: #A8535E;
}
.BgClassName
{
background-color: #A8535E;
}
</style>
border-color css
<style>
span { border-color: #A8535E; }
span { border-color: rgb(168,83,94); }
td.TdClassName
{
border-color: #A8535E;
}
.TagClassName
{
border-color: #A8535E;
}
</style>