Shades of Hippie Pink #A5535B
Tints of Hippie Pink #A5535B
RGB
CMYK
RGB Variations
Color information
#A5535B (or 0xA5535B) is known color: Hippie Pink. HEX triplet: A5, 53 and 5B. RGB value is (165,83,91). Sum of RGB (Red+Green+Blue) = 165+83+91=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5535B is #5AACA4. Grayscale: #6C6C6C. Windows color (decimal): -5942437 or 5985189. OLE color: 5985189.
HSL color Cylindrical-coordinate representation of color #A5535B: hue angle of 354.15º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5535B is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 83 | 91 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.35 |
| HSL | 354.15º | 0.33% | 0.49% | - |
| HSV(B) | 354.15º | 0.5% | 0.65% | - |
| XYZ | 20.5 | 14.94 | 11.7 | - |
| YUV | 108.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 83 | 91 | 0 | 0.50 | 0.45 | 0.35 | 354.15 | 0.33 | 0.49 |
| Hex | A5 | 53 | 5B | 0 | 32 | 2D | 23 | 162 | 21 | 31 |
| Octal | 245 | 123 | 133 | 0 | 62 | 55 | 43 | 542 | 41 | 61 |
| Binary | 10100101 | 1010011 | 1011011 | 0 | 110010 | 101101 | 100011 | 101100010 | 100001 | 110001 |
Color Harmonies of #A5535B
Complementary color
Monochromatic Colors of #A5535B
Black with #A5535B
Text Example
Text Example
White with #A5535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5535B; }
p { color: rgb(165,83,91); }
H1.HeaderClassName
{
color: #A5535B;
}
.AnyTagClassName
{
color: #A5535B;
}
</style>
background-color css
<style>
a { background-color: #A5535B; }
a { background-color: rgb(165,83,91); }
div.DivClassName
{
background-color: #A5535B;
}
.BgClassName
{
background-color: #A5535B;
}
</style>
border-color css
<style>
span { border-color: #A5535B; }
span { border-color: rgb(165,83,91); }
td.TdClassName
{
border-color: #A5535B;
}
.TagClassName
{
border-color: #A5535B;
}
</style>