Shades of Hippie Pink #A35254
Tints of Hippie Pink #A35254
RGB
CMYK
RGB Variations
Color information
#A35254 (or 0xA35254) is known color: Hippie Pink. HEX triplet: A3, 52 and 54. RGB value is (163,82,84). Sum of RGB (Red+Green+Blue) = 163+82+84=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A35254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35254 is #5CADAB. Grayscale: #6A6A6A. Windows color (decimal): -6073772 or 5526179. OLE color: 5526179.
HSL color Cylindrical-coordinate representation of color #A35254: hue angle of 358.52º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35254 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 82 | 84 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.36 |
| HSL | 358.52º | 0.33% | 0.48% | - |
| HSV(B) | 358.52º | 0.5% | 0.64% | - |
| XYZ | 19.72 | 14.46 | 10.14 | - |
| YUV | 106.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 84 | 0 | 0.50 | 0.48 | 0.36 | 358.52 | 0.33 | 0.48 |
| Hex | A3 | 52 | 54 | 0 | 32 | 30 | 24 | 167 | 21 | 30 |
| Octal | 243 | 122 | 124 | 0 | 62 | 60 | 44 | 547 | 41 | 60 |
| Binary | 10100011 | 1010010 | 1010100 | 0 | 110010 | 110000 | 100100 | 101100111 | 100001 | 110000 |
Color Harmonies of #A35254
Complementary color
Monochromatic Colors of #A35254
Black with #A35254
Text Example
Text Example
White with #A35254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35254; }
p { color: rgb(163,82,84); }
H1.HeaderClassName
{
color: #A35254;
}
.AnyTagClassName
{
color: #A35254;
}
</style>
background-color css
<style>
a { background-color: #A35254; }
a { background-color: rgb(163,82,84); }
div.DivClassName
{
background-color: #A35254;
}
.BgClassName
{
background-color: #A35254;
}
</style>
border-color css
<style>
span { border-color: #A35254; }
span { border-color: rgb(163,82,84); }
td.TdClassName
{
border-color: #A35254;
}
.TagClassName
{
border-color: #A35254;
}
</style>