Shades of Hippie Pink #A8585A
Tints of Hippie Pink #A8585A
RGB
CMYK
RGB Variations
Color information
#A8585A (or 0xA8585A) is known color: Hippie Pink. HEX triplet: A8, 58 and 5A. RGB value is (168,88,90). Sum of RGB (Red+Green+Blue) = 168+88+90=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8585A is #57A7A5. Grayscale: #707070. Windows color (decimal): -5744550 or 5920936. OLE color: 5920936.
HSL color Cylindrical-coordinate representation of color #A8585A: hue angle of 358.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8585A is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 90 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.34 |
| HSL | 358.5º | 0.31% | 0.5% | - |
| HSV(B) | 358.5º | 0.48% | 0.66% | - |
| XYZ | 21.48 | 16.04 | 11.64 | - |
| YUV | 112.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 90 | 0 | 0.48 | 0.46 | 0.34 | 358.5 | 0.31 | 0.5 |
| Hex | A8 | 58 | 5A | 0 | 30 | 2E | 22 | 166 | 1F | 32 |
| Octal | 250 | 130 | 132 | 0 | 60 | 56 | 42 | 546 | 37 | 62 |
| Binary | 10101000 | 1011000 | 1011010 | 0 | 110000 | 101110 | 100010 | 101100110 | 11111 | 110010 |
Color Harmonies of #A8585A
Complementary color
Monochromatic Colors of #A8585A
Black with #A8585A
Text Example
Text Example
White with #A8585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8585A; }
p { color: rgb(168,88,90); }
H1.HeaderClassName
{
color: #A8585A;
}
.AnyTagClassName
{
color: #A8585A;
}
</style>
background-color css
<style>
a { background-color: #A8585A; }
a { background-color: rgb(168,88,90); }
div.DivClassName
{
background-color: #A8585A;
}
.BgClassName
{
background-color: #A8585A;
}
</style>
border-color css
<style>
span { border-color: #A8585A; }
span { border-color: rgb(168,88,90); }
td.TdClassName
{
border-color: #A8585A;
}
.TagClassName
{
border-color: #A8585A;
}
</style>