Shades of Hippie Pink #A7475E
Tints of Hippie Pink #A7475E
RGB
CMYK
RGB Variations
Color information
#A7475E (or 0xA7475E) is known color: Hippie Pink. HEX triplet: A7, 47 and 5E. RGB value is (167,71,94). Sum of RGB (Red+Green+Blue) = 167+71+94=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A7475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7475E is #58B8A1. Grayscale: #666666. Windows color (decimal): -5814434 or 6178727. OLE color: 6178727.
HSL color Cylindrical-coordinate representation of color #A7475E: hue angle of 345.62º degrees, saturation: 0.4, 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 #A7475E is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 71 | 94 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.35 |
| HSL | 345.63º | 0.4% | 0.47% | - |
| HSV(B) | 345.63º | 0.57% | 0.65% | - |
| XYZ | 20.21 | 13.53 | 12.14 | - |
| YUV | 102.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 94 | 0 | 0.57 | 0.44 | 0.35 | 345.63 | 0.4 | 0.47 |
| Hex | A7 | 47 | 5E | 0 | 39 | 2C | 23 | 15A | 28 | 2F |
| Octal | 247 | 107 | 136 | 0 | 71 | 54 | 43 | 532 | 50 | 57 |
| Binary | 10100111 | 1000111 | 1011110 | 0 | 111001 | 101100 | 100011 | 101011010 | 101000 | 101111 |
Color Harmonies of #A7475E
Complementary color
Monochromatic Colors of #A7475E
Black with #A7475E
Text Example
Text Example
White with #A7475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7475E; }
p { color: rgb(167,71,94); }
H1.HeaderClassName
{
color: #A7475E;
}
.AnyTagClassName
{
color: #A7475E;
}
</style>
background-color css
<style>
a { background-color: #A7475E; }
a { background-color: rgb(167,71,94); }
div.DivClassName
{
background-color: #A7475E;
}
.BgClassName
{
background-color: #A7475E;
}
</style>
border-color css
<style>
span { border-color: #A7475E; }
span { border-color: rgb(167,71,94); }
td.TdClassName
{
border-color: #A7475E;
}
.TagClassName
{
border-color: #A7475E;
}
</style>