Shades of Hippie Pink #A8535B
Tints of Hippie Pink #A8535B
RGB
CMYK
RGB Variations
Color information
#A8535B (or 0xA8535B) is known color: Hippie Pink. HEX triplet: A8, 53 and 5B. RGB value is (168,83,91). Sum of RGB (Red+Green+Blue) = 168+83+91=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8535B is #57ACA4. Grayscale: #6D6D6D. Windows color (decimal): -5745829 or 5985192. OLE color: 5985192.
HSL color Cylindrical-coordinate representation of color #A8535B: hue angle of 354.35º 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 #A8535B is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 91 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.34 |
| HSL | 354.35º | 0.34% | 0.49% | - |
| HSV(B) | 354.35º | 0.51% | 0.66% | - |
| XYZ | 21.13 | 15.27 | 11.73 | - |
| YUV | 109.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 91 | 0 | 0.51 | 0.46 | 0.34 | 354.35 | 0.34 | 0.49 |
| Hex | A8 | 53 | 5B | 0 | 33 | 2E | 22 | 162 | 22 | 31 |
| Octal | 250 | 123 | 133 | 0 | 63 | 56 | 42 | 542 | 42 | 61 |
| Binary | 10101000 | 1010011 | 1011011 | 0 | 110011 | 101110 | 100010 | 101100010 | 100010 | 110001 |
Color Harmonies of #A8535B
Complementary color
Monochromatic Colors of #A8535B
Black with #A8535B
Text Example
Text Example
White with #A8535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8535B; }
p { color: rgb(168,83,91); }
H1.HeaderClassName
{
color: #A8535B;
}
.AnyTagClassName
{
color: #A8535B;
}
</style>
background-color css
<style>
a { background-color: #A8535B; }
a { background-color: rgb(168,83,91); }
div.DivClassName
{
background-color: #A8535B;
}
.BgClassName
{
background-color: #A8535B;
}
</style>
border-color css
<style>
span { border-color: #A8535B; }
span { border-color: rgb(168,83,91); }
td.TdClassName
{
border-color: #A8535B;
}
.TagClassName
{
border-color: #A8535B;
}
</style>