Shades of Hippie Pink #A3535C
Tints of Hippie Pink #A3535C
RGB
CMYK
RGB Variations
Color information
#A3535C (or 0xA3535C) is known color: Hippie Pink. HEX triplet: A3, 53 and 5C. RGB value is (163,83,92). Sum of RGB (Red+Green+Blue) = 163+83+92=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3535C is #5CACA3. Grayscale: #6B6B6B. Windows color (decimal): -6073508 or 6050723. OLE color: 6050723.
HSL color Cylindrical-coordinate representation of color #A3535C: hue angle of 353.25º 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 #A3535C is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 83 | 92 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.36 |
| HSL | 353.25º | 0.33% | 0.48% | - |
| HSV(B) | 353.25º | 0.49% | 0.64% | - |
| XYZ | 20.13 | 14.75 | 11.91 | - |
| YUV | 107.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 92 | 0 | 0.49 | 0.44 | 0.36 | 353.25 | 0.33 | 0.48 |
| Hex | A3 | 53 | 5C | 0 | 31 | 2C | 24 | 161 | 21 | 30 |
| Octal | 243 | 123 | 134 | 0 | 61 | 54 | 44 | 541 | 41 | 60 |
| Binary | 10100011 | 1010011 | 1011100 | 0 | 110001 | 101100 | 100100 | 101100001 | 100001 | 110000 |
Color Harmonies of #A3535C
Complementary color
Monochromatic Colors of #A3535C
Black with #A3535C
Text Example
Text Example
White with #A3535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3535C; }
p { color: rgb(163,83,92); }
H1.HeaderClassName
{
color: #A3535C;
}
.AnyTagClassName
{
color: #A3535C;
}
</style>
background-color css
<style>
a { background-color: #A3535C; }
a { background-color: rgb(163,83,92); }
div.DivClassName
{
background-color: #A3535C;
}
.BgClassName
{
background-color: #A3535C;
}
</style>
border-color css
<style>
span { border-color: #A3535C; }
span { border-color: rgb(163,83,92); }
td.TdClassName
{
border-color: #A3535C;
}
.TagClassName
{
border-color: #A3535C;
}
</style>