Shades of Hippie Pink #A45D5F
Tints of Hippie Pink #A45D5F
RGB
CMYK
RGB Variations
Color information
#A45D5F (or 0xA45D5F) is known color: Hippie Pink. HEX triplet: A4, 5D and 5F. RGB value is (164,93,95). Sum of RGB (Red+Green+Blue) = 164+93+95=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D5F is #5BA2A0. Grayscale: #727272. Windows color (decimal): -6005409 or 6249892. OLE color: 6249892.
HSL color Cylindrical-coordinate representation of color #A45D5F: hue angle of 358.31º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A45D5F is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 95 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.36 |
| HSL | 358.31º | 0.28% | 0.5% | - |
| HSV(B) | 358.31º | 0.43% | 0.64% | - |
| XYZ | 21.29 | 16.55 | 12.9 | - |
| YUV | 114.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 95 | 0 | 0.43 | 0.42 | 0.36 | 358.31 | 0.28 | 0.5 |
| Hex | A4 | 5D | 5F | 0 | 2B | 2A | 24 | 166 | 1C | 32 |
| Octal | 244 | 135 | 137 | 0 | 53 | 52 | 44 | 546 | 34 | 62 |
| Binary | 10100100 | 1011101 | 1011111 | 0 | 101011 | 101010 | 100100 | 101100110 | 11100 | 110010 |
Color Harmonies of #A45D5F
Complementary color
Monochromatic Colors of #A45D5F
Black with #A45D5F
Text Example
Text Example
White with #A45D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D5F; }
p { color: rgb(164,93,95); }
H1.HeaderClassName
{
color: #A45D5F;
}
.AnyTagClassName
{
color: #A45D5F;
}
</style>
background-color css
<style>
a { background-color: #A45D5F; }
a { background-color: rgb(164,93,95); }
div.DivClassName
{
background-color: #A45D5F;
}
.BgClassName
{
background-color: #A45D5F;
}
</style>
border-color css
<style>
span { border-color: #A45D5F; }
span { border-color: rgb(164,93,95); }
td.TdClassName
{
border-color: #A45D5F;
}
.TagClassName
{
border-color: #A45D5F;
}
</style>