Shades of Hippie Pink #A3535B
Tints of Hippie Pink #A3535B
RGB
CMYK
RGB Variations
Color information
#A3535B (or 0xA3535B) is known color: Hippie Pink. HEX triplet: A3, 53 and 5B. RGB value is (163,83,91). Sum of RGB (Red+Green+Blue) = 163+83+91=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3535B is #5CACA4. Grayscale: #6B6B6B. Windows color (decimal): -6073509 or 5985187. OLE color: 5985187.
HSL color Cylindrical-coordinate representation of color #A3535B: hue angle of 354º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3535B is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 83 | 91 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.36 |
| HSL | 354º | 0.33% | 0.48% | - |
| HSV(B) | 354º | 0.49% | 0.64% | - |
| XYZ | 20.09 | 14.73 | 11.68 | - |
| YUV | 107.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 91 | 0 | 0.49 | 0.44 | 0.36 | 354 | 0.33 | 0.48 |
| Hex | A3 | 53 | 5B | 0 | 31 | 2C | 24 | 162 | 21 | 30 |
| Octal | 243 | 123 | 133 | 0 | 61 | 54 | 44 | 542 | 41 | 60 |
| Binary | 10100011 | 1010011 | 1011011 | 0 | 110001 | 101100 | 100100 | 101100010 | 100001 | 110000 |
Color Harmonies of #A3535B
Complementary color
Monochromatic Colors of #A3535B
Black with #A3535B
Text Example
Text Example
White with #A3535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3535B; }
p { color: rgb(163,83,91); }
H1.HeaderClassName
{
color: #A3535B;
}
.AnyTagClassName
{
color: #A3535B;
}
</style>
background-color css
<style>
a { background-color: #A3535B; }
a { background-color: rgb(163,83,91); }
div.DivClassName
{
background-color: #A3535B;
}
.BgClassName
{
background-color: #A3535B;
}
</style>
border-color css
<style>
span { border-color: #A3535B; }
span { border-color: rgb(163,83,91); }
td.TdClassName
{
border-color: #A3535B;
}
.TagClassName
{
border-color: #A3535B;
}
</style>