Shades of Hippie Pink #A6495A
Tints of Hippie Pink #A6495A
RGB
CMYK
RGB Variations
Color information
#A6495A (or 0xA6495A) is known color: Hippie Pink. HEX triplet: A6, 49 and 5A. RGB value is (166,73,90). Sum of RGB (Red+Green+Blue) = 166+73+90=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6495A is #59B6A5. Grayscale: #666666. Windows color (decimal): -5879462 or 5917094. OLE color: 5917094.
HSL color Cylindrical-coordinate representation of color #A6495A: hue angle of 349.03º 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 #A6495A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 90 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.35 |
| HSL | 349.03º | 0.39% | 0.47% | - |
| HSV(B) | 349.03º | 0.56% | 0.65% | - |
| XYZ | 19.95 | 13.61 | 11.25 | - |
| YUV | 102.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 90 | 0 | 0.56 | 0.46 | 0.35 | 349.03 | 0.39 | 0.47 |
| Hex | A6 | 49 | 5A | 0 | 38 | 2E | 23 | 15D | 27 | 2F |
| Octal | 246 | 111 | 132 | 0 | 70 | 56 | 43 | 535 | 47 | 57 |
| Binary | 10100110 | 1001001 | 1011010 | 0 | 111000 | 101110 | 100011 | 101011101 | 100111 | 101111 |
Color Harmonies of #A6495A
Complementary color
Monochromatic Colors of #A6495A
Black with #A6495A
Text Example
Text Example
White with #A6495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6495A; }
p { color: rgb(166,73,90); }
H1.HeaderClassName
{
color: #A6495A;
}
.AnyTagClassName
{
color: #A6495A;
}
</style>
background-color css
<style>
a { background-color: #A6495A; }
a { background-color: rgb(166,73,90); }
div.DivClassName
{
background-color: #A6495A;
}
.BgClassName
{
background-color: #A6495A;
}
</style>
border-color css
<style>
span { border-color: #A6495A; }
span { border-color: rgb(166,73,90); }
td.TdClassName
{
border-color: #A6495A;
}
.TagClassName
{
border-color: #A6495A;
}
</style>