Shades of Hippie Pink #A6475A
Tints of Hippie Pink #A6475A
RGB
CMYK
RGB Variations
Color information
#A6475A (or 0xA6475A) is known color: Hippie Pink. HEX triplet: A6, 47 and 5A. RGB value is (166,71,90). Sum of RGB (Red+Green+Blue) = 166+71+90=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6475A is #59B8A5. Grayscale: #656565. Windows color (decimal): -5879974 or 5916582. OLE color: 5916582.
HSL color Cylindrical-coordinate representation of color #A6475A: hue angle of 348º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6475A is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 90 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.35 |
| HSL | 348º | 0.4% | 0.46% | - |
| HSV(B) | 348º | 0.57% | 0.65% | - |
| XYZ | 19.82 | 13.35 | 11.21 | - |
| YUV | 101.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 90 | 0 | 0.57 | 0.46 | 0.35 | 348 | 0.4 | 0.46 |
| Hex | A6 | 47 | 5A | 0 | 39 | 2E | 23 | 15C | 28 | 2E |
| Octal | 246 | 107 | 132 | 0 | 71 | 56 | 43 | 534 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1011010 | 0 | 111001 | 101110 | 100011 | 101011100 | 101000 | 101110 |
Color Harmonies of #A6475A
Complementary color
Monochromatic Colors of #A6475A
Black with #A6475A
Text Example
Text Example
White with #A6475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6475A; }
p { color: rgb(166,71,90); }
H1.HeaderClassName
{
color: #A6475A;
}
.AnyTagClassName
{
color: #A6475A;
}
</style>
background-color css
<style>
a { background-color: #A6475A; }
a { background-color: rgb(166,71,90); }
div.DivClassName
{
background-color: #A6475A;
}
.BgClassName
{
background-color: #A6475A;
}
</style>
border-color css
<style>
span { border-color: #A6475A; }
span { border-color: rgb(166,71,90); }
td.TdClassName
{
border-color: #A6475A;
}
.TagClassName
{
border-color: #A6475A;
}
</style>