Shades of Hippie Pink #A9505C
Tints of Hippie Pink #A9505C
RGB
CMYK
RGB Variations
Color information
#A9505C (or 0xA9505C) is known color: Hippie Pink. HEX triplet: A9, 50 and 5C. RGB value is (169,80,92). Sum of RGB (Red+Green+Blue) = 169+80+92=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A9505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9505C is #56AFA3. Grayscale: #6C6C6C. Windows color (decimal): -5681060 or 6049961. OLE color: 6049961.
HSL color Cylindrical-coordinate representation of color #A9505C: hue angle of 351.91º 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 #A9505C is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 92 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.34 |
| HSL | 351.91º | 0.36% | 0.49% | - |
| HSV(B) | 351.91º | 0.53% | 0.66% | - |
| XYZ | 21.16 | 14.95 | 11.89 | - |
| YUV | 107.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 92 | 0 | 0.53 | 0.46 | 0.34 | 351.91 | 0.36 | 0.49 |
| Hex | A9 | 50 | 5C | 0 | 35 | 2E | 22 | 160 | 24 | 31 |
| Octal | 251 | 120 | 134 | 0 | 65 | 56 | 42 | 540 | 44 | 61 |
| Binary | 10101001 | 1010000 | 1011100 | 0 | 110101 | 101110 | 100010 | 101100000 | 100100 | 110001 |
Color Harmonies of #A9505C
Complementary color
Monochromatic Colors of #A9505C
Black with #A9505C
Text Example
Text Example
White with #A9505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9505C; }
p { color: rgb(169,80,92); }
H1.HeaderClassName
{
color: #A9505C;
}
.AnyTagClassName
{
color: #A9505C;
}
</style>
background-color css
<style>
a { background-color: #A9505C; }
a { background-color: rgb(169,80,92); }
div.DivClassName
{
background-color: #A9505C;
}
.BgClassName
{
background-color: #A9505C;
}
</style>
border-color css
<style>
span { border-color: #A9505C; }
span { border-color: rgb(169,80,92); }
td.TdClassName
{
border-color: #A9505C;
}
.TagClassName
{
border-color: #A9505C;
}
</style>