Shades of Hippie Pink #A9505A
Tints of Hippie Pink #A9505A
RGB
CMYK
RGB Variations
Color information
#A9505A (or 0xA9505A) is known color: Hippie Pink. HEX triplet: A9, 50 and 5A. RGB value is (169,80,90). Sum of RGB (Red+Green+Blue) = 169+80+90=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A9505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9505A is #56AFA5. Grayscale: #6B6B6B. Windows color (decimal): -5681062 or 5918889. OLE color: 5918889.
HSL color Cylindrical-coordinate representation of color #A9505A: hue angle of 353.26º 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 #A9505A is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 90 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.34 |
| HSL | 353.26º | 0.36% | 0.49% | - |
| HSV(B) | 353.26º | 0.53% | 0.66% | - |
| XYZ | 21.08 | 14.91 | 11.44 | - |
| YUV | 107.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 90 | 0 | 0.53 | 0.47 | 0.34 | 353.26 | 0.36 | 0.49 |
| Hex | A9 | 50 | 5A | 0 | 35 | 2F | 22 | 161 | 24 | 31 |
| Octal | 251 | 120 | 132 | 0 | 65 | 57 | 42 | 541 | 44 | 61 |
| Binary | 10101001 | 1010000 | 1011010 | 0 | 110101 | 101111 | 100010 | 101100001 | 100100 | 110001 |
Color Harmonies of #A9505A
Complementary color
Monochromatic Colors of #A9505A
Black with #A9505A
Text Example
Text Example
White with #A9505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9505A; }
p { color: rgb(169,80,90); }
H1.HeaderClassName
{
color: #A9505A;
}
.AnyTagClassName
{
color: #A9505A;
}
</style>
background-color css
<style>
a { background-color: #A9505A; }
a { background-color: rgb(169,80,90); }
div.DivClassName
{
background-color: #A9505A;
}
.BgClassName
{
background-color: #A9505A;
}
</style>
border-color css
<style>
span { border-color: #A9505A; }
span { border-color: rgb(169,80,90); }
td.TdClassName
{
border-color: #A9505A;
}
.TagClassName
{
border-color: #A9505A;
}
</style>