Shades of Hippie Pink #A4485D
Tints of Hippie Pink #A4485D
RGB
CMYK
RGB Variations
Color information
#A4485D (or 0xA4485D) is known color: Hippie Pink. HEX triplet: A4, 48 and 5D. RGB value is (164,72,93). Sum of RGB (Red+Green+Blue) = 164+72+93=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A4485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4485D is #5BB7A2. Grayscale: #656565. Windows color (decimal): -6010787 or 6113444. OLE color: 6113444.
HSL color Cylindrical-coordinate representation of color #A4485D: hue angle of 346.3º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4485D is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 93 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.36 |
| HSL | 346.3º | 0.39% | 0.46% | - |
| HSV(B) | 346.3º | 0.56% | 0.64% | - |
| XYZ | 19.6 | 13.32 | 11.89 | - |
| YUV | 101.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 93 | 0 | 0.56 | 0.43 | 0.36 | 346.3 | 0.39 | 0.46 |
| Hex | A4 | 48 | 5D | 0 | 38 | 2B | 24 | 15A | 27 | 2E |
| Octal | 244 | 110 | 135 | 0 | 70 | 53 | 44 | 532 | 47 | 56 |
| Binary | 10100100 | 1001000 | 1011101 | 0 | 111000 | 101011 | 100100 | 101011010 | 100111 | 101110 |
Color Harmonies of #A4485D
Complementary color
Monochromatic Colors of #A4485D
Black with #A4485D
Text Example
Text Example
White with #A4485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4485D; }
p { color: rgb(164,72,93); }
H1.HeaderClassName
{
color: #A4485D;
}
.AnyTagClassName
{
color: #A4485D;
}
</style>
background-color css
<style>
a { background-color: #A4485D; }
a { background-color: rgb(164,72,93); }
div.DivClassName
{
background-color: #A4485D;
}
.BgClassName
{
background-color: #A4485D;
}
</style>
border-color css
<style>
span { border-color: #A4485D; }
span { border-color: rgb(164,72,93); }
td.TdClassName
{
border-color: #A4485D;
}
.TagClassName
{
border-color: #A4485D;
}
</style>