Shades of Hippie Pink #A0535D
Tints of Hippie Pink #A0535D
RGB
CMYK
RGB Variations
Color information
#A0535D (or 0xA0535D) is known color: Hippie Pink. HEX triplet: A0, 53 and 5D. RGB value is (160,83,93). Sum of RGB (Red+Green+Blue) = 160+83+93=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0535D is #5FACA2. Grayscale: #6B6B6B. Windows color (decimal): -6270115 or 6116256. OLE color: 6116256.
HSL color Cylindrical-coordinate representation of color #A0535D: hue angle of 352.21º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0535D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 93 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.37 |
| HSL | 352.21º | 0.32% | 0.48% | - |
| HSV(B) | 352.21º | 0.48% | 0.63% | - |
| XYZ | 19.57 | 14.45 | 12.11 | - |
| YUV | 107.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 93 | 0 | 0.48 | 0.42 | 0.37 | 352.21 | 0.32 | 0.48 |
| Hex | A0 | 53 | 5D | 0 | 30 | 2A | 25 | 160 | 20 | 30 |
| Octal | 240 | 123 | 135 | 0 | 60 | 52 | 45 | 540 | 40 | 60 |
| Binary | 10100000 | 1010011 | 1011101 | 0 | 110000 | 101010 | 100101 | 101100000 | 100000 | 110000 |
Color Harmonies of #A0535D
Complementary color
Monochromatic Colors of #A0535D
Black with #A0535D
Text Example
Text Example
White with #A0535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0535D; }
p { color: rgb(160,83,93); }
H1.HeaderClassName
{
color: #A0535D;
}
.AnyTagClassName
{
color: #A0535D;
}
</style>
background-color css
<style>
a { background-color: #A0535D; }
a { background-color: rgb(160,83,93); }
div.DivClassName
{
background-color: #A0535D;
}
.BgClassName
{
background-color: #A0535D;
}
</style>
border-color css
<style>
span { border-color: #A0535D; }
span { border-color: rgb(160,83,93); }
td.TdClassName
{
border-color: #A0535D;
}
.TagClassName
{
border-color: #A0535D;
}
</style>