Shades of Piper #A04E34
Tints of Piper #A04E34
RGB
CMYK
RGB Variations
Color information
#A04E34 (or 0xA04E34) is known color: Piper. HEX triplet: A0, 4E and 34. RGB value is (160,78,52). Sum of RGB (Red+Green+Blue) = 160+78+52=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E34 is #5FB1CB. Grayscale: #636363. Windows color (decimal): -6271436 or 3428000. OLE color: 3428000.
HSL color Cylindrical-coordinate representation of color #A04E34: hue angle of 14.44º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04E34 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 52 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.37 |
| HSL | 14.44º | 0.51% | 0.42% | - |
| HSV(B) | 14.44º | 0.68% | 0.63% | - |
| XYZ | 17.84 | 13.17 | 4.85 | - |
| YUV | 99.55 | 101.17 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 52 | 0 | 0.51 | 0.68 | 0.37 | 14.44 | 0.51 | 0.42 |
| Hex | A0 | 4E | 34 | 0 | 33 | 44 | 25 | E | 33 | 2A |
| Octal | 240 | 116 | 64 | 0 | 63 | 104 | 45 | 16 | 63 | 52 |
| Binary | 10100000 | 1001110 | 110100 | 0 | 110011 | 1000100 | 100101 | 1110 | 110011 | 101010 |
Color Harmonies of #A04E34
Complementary color
Monochromatic Colors of #A04E34
Black with #A04E34
Text Example
Text Example
White with #A04E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E34; }
p { color: rgb(160,78,52); }
H1.HeaderClassName
{
color: #A04E34;
}
.AnyTagClassName
{
color: #A04E34;
}
</style>
background-color css
<style>
a { background-color: #A04E34; }
a { background-color: rgb(160,78,52); }
div.DivClassName
{
background-color: #A04E34;
}
.BgClassName
{
background-color: #A04E34;
}
</style>
border-color css
<style>
span { border-color: #A04E34; }
span { border-color: rgb(160,78,52); }
td.TdClassName
{
border-color: #A04E34;
}
.TagClassName
{
border-color: #A04E34;
}
</style>