Shades of Hippie Pink #A6485D
Tints of Hippie Pink #A6485D
RGB
CMYK
RGB Variations
Color information
#A6485D (or 0xA6485D) is known color: Hippie Pink. HEX triplet: A6, 48 and 5D. RGB value is (166,72,93). Sum of RGB (Red+Green+Blue) = 166+72+93=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6485D is #59B7A2. Grayscale: #666666. Windows color (decimal): -5879715 or 6113446. OLE color: 6113446.
HSL color Cylindrical-coordinate representation of color #A6485D: hue angle of 346.6º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6485D is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 93 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.35 |
| HSL | 346.6º | 0.39% | 0.47% | - |
| HSV(B) | 346.6º | 0.57% | 0.65% | - |
| XYZ | 20.02 | 13.53 | 11.91 | - |
| YUV | 102.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 93 | 0 | 0.57 | 0.44 | 0.35 | 346.6 | 0.39 | 0.47 |
| Hex | A6 | 48 | 5D | 0 | 39 | 2C | 23 | 15B | 27 | 2F |
| Octal | 246 | 110 | 135 | 0 | 71 | 54 | 43 | 533 | 47 | 57 |
| Binary | 10100110 | 1001000 | 1011101 | 0 | 111001 | 101100 | 100011 | 101011011 | 100111 | 101111 |
Color Harmonies of #A6485D
Complementary color
Monochromatic Colors of #A6485D
Black with #A6485D
Text Example
Text Example
White with #A6485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6485D; }
p { color: rgb(166,72,93); }
H1.HeaderClassName
{
color: #A6485D;
}
.AnyTagClassName
{
color: #A6485D;
}
</style>
background-color css
<style>
a { background-color: #A6485D; }
a { background-color: rgb(166,72,93); }
div.DivClassName
{
background-color: #A6485D;
}
.BgClassName
{
background-color: #A6485D;
}
</style>
border-color css
<style>
span { border-color: #A6485D; }
span { border-color: rgb(166,72,93); }
td.TdClassName
{
border-color: #A6485D;
}
.TagClassName
{
border-color: #A6485D;
}
</style>