Shades of Hippie Pink #A6495B
Tints of Hippie Pink #A6495B
RGB
CMYK
RGB Variations
Color information
#A6495B (or 0xA6495B) is known color: Hippie Pink. HEX triplet: A6, 49 and 5B. RGB value is (166,73,91). Sum of RGB (Red+Green+Blue) = 166+73+91=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6495B is #59B6A4. Grayscale: #666666. Windows color (decimal): -5879461 or 5982630. OLE color: 5982630.
HSL color Cylindrical-coordinate representation of color #A6495B: hue angle of 348.39º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6495B is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 91 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.35 |
| HSL | 348.39º | 0.39% | 0.47% | - |
| HSV(B) | 348.39º | 0.56% | 0.65% | - |
| XYZ | 20 | 13.63 | 11.47 | - |
| YUV | 102.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 91 | 0 | 0.56 | 0.45 | 0.35 | 348.39 | 0.39 | 0.47 |
| Hex | A6 | 49 | 5B | 0 | 38 | 2D | 23 | 15C | 27 | 2F |
| Octal | 246 | 111 | 133 | 0 | 70 | 55 | 43 | 534 | 47 | 57 |
| Binary | 10100110 | 1001001 | 1011011 | 0 | 111000 | 101101 | 100011 | 101011100 | 100111 | 101111 |
Color Harmonies of #A6495B
Complementary color
Monochromatic Colors of #A6495B
Black with #A6495B
Text Example
Text Example
White with #A6495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6495B; }
p { color: rgb(166,73,91); }
H1.HeaderClassName
{
color: #A6495B;
}
.AnyTagClassName
{
color: #A6495B;
}
</style>
background-color css
<style>
a { background-color: #A6495B; }
a { background-color: rgb(166,73,91); }
div.DivClassName
{
background-color: #A6495B;
}
.BgClassName
{
background-color: #A6495B;
}
</style>
border-color css
<style>
span { border-color: #A6495B; }
span { border-color: rgb(166,73,91); }
td.TdClassName
{
border-color: #A6495B;
}
.TagClassName
{
border-color: #A6495B;
}
</style>