Shades of Hippie Pink #A4525E
Tints of Hippie Pink #A4525E
RGB
CMYK
RGB Variations
Color information
#A4525E (or 0xA4525E) is known color: Hippie Pink. HEX triplet: A4, 52 and 5E. RGB value is (164,82,94). Sum of RGB (Red+Green+Blue) = 164+82+94=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4525E is #5BADA1. Grayscale: #6B6B6B. Windows color (decimal): -6008226 or 6181540. OLE color: 6181540.
HSL color Cylindrical-coordinate representation of color #A4525E: hue angle of 351.22º 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 #A4525E is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 94 | - |
| CMYK | 0 | 0.5 | 0.43 | 0.36 |
| HSL | 351.22º | 0.33% | 0.48% | - |
| HSV(B) | 351.22º | 0.5% | 0.64% | - |
| XYZ | 20.35 | 14.74 | 12.36 | - |
| YUV | 107.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 94 | 0 | 0.5 | 0.43 | 0.36 | 351.22 | 0.33 | 0.48 |
| Hex | A4 | 52 | 5E | 0 | 32 | 2B | 24 | 15F | 21 | 30 |
| Octal | 244 | 122 | 136 | 0 | 62 | 53 | 44 | 537 | 41 | 60 |
| Binary | 10100100 | 1010010 | 1011110 | 0 | 110010 | 101011 | 100100 | 101011111 | 100001 | 110000 |
Color Harmonies of #A4525E
Complementary color
Monochromatic Colors of #A4525E
Black with #A4525E
Text Example
Text Example
White with #A4525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4525E; }
p { color: rgb(164,82,94); }
H1.HeaderClassName
{
color: #A4525E;
}
.AnyTagClassName
{
color: #A4525E;
}
</style>
background-color css
<style>
a { background-color: #A4525E; }
a { background-color: rgb(164,82,94); }
div.DivClassName
{
background-color: #A4525E;
}
.BgClassName
{
background-color: #A4525E;
}
</style>
border-color css
<style>
span { border-color: #A4525E; }
span { border-color: rgb(164,82,94); }
td.TdClassName
{
border-color: #A4525E;
}
.TagClassName
{
border-color: #A4525E;
}
</style>