Shades of Hippie Pink #A9505D
Tints of Hippie Pink #A9505D
RGB
CMYK
RGB Variations
Color information
#A9505D (or 0xA9505D) is known color: Hippie Pink. HEX triplet: A9, 50 and 5D. RGB value is (169,80,93). Sum of RGB (Red+Green+Blue) = 169+80+93=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A9505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9505D is #56AFA2. Grayscale: #6C6C6C. Windows color (decimal): -5681059 or 6115497. OLE color: 6115497.
HSL color Cylindrical-coordinate representation of color #A9505D: hue angle of 351.24º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9505D is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 93 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.34 |
| HSL | 351.24º | 0.36% | 0.49% | - |
| HSV(B) | 351.24º | 0.53% | 0.66% | - |
| XYZ | 21.21 | 14.96 | 12.13 | - |
| YUV | 108.09 | 119.49 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 93 | 0 | 0.53 | 0.45 | 0.34 | 351.24 | 0.36 | 0.49 |
| Hex | A9 | 50 | 5D | 0 | 35 | 2D | 22 | 15F | 24 | 31 |
| Octal | 251 | 120 | 135 | 0 | 65 | 55 | 42 | 537 | 44 | 61 |
| Binary | 10101001 | 1010000 | 1011101 | 0 | 110101 | 101101 | 100010 | 101011111 | 100100 | 110001 |
Color Harmonies of #A9505D
Complementary color
Monochromatic Colors of #A9505D
Black with #A9505D
Text Example
Text Example
White with #A9505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9505D; }
p { color: rgb(169,80,93); }
H1.HeaderClassName
{
color: #A9505D;
}
.AnyTagClassName
{
color: #A9505D;
}
</style>
background-color css
<style>
a { background-color: #A9505D; }
a { background-color: rgb(169,80,93); }
div.DivClassName
{
background-color: #A9505D;
}
.BgClassName
{
background-color: #A9505D;
}
</style>
border-color css
<style>
span { border-color: #A9505D; }
span { border-color: rgb(169,80,93); }
td.TdClassName
{
border-color: #A9505D;
}
.TagClassName
{
border-color: #A9505D;
}
</style>