Shades of Piper #A04E33
Tints of Piper #A04E33
RGB
CMYK
RGB Variations
Color information
#A04E33 (or 0xA04E33) is known color: Piper. HEX triplet: A0, 4E and 33. RGB value is (160,78,51). Sum of RGB (Red+Green+Blue) = 160+78+51=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E33 is #5FB1CC. Grayscale: #636363. Windows color (decimal): -6271437 or 3362464. OLE color: 3362464.
HSL color Cylindrical-coordinate representation of color #A04E33: hue angle of 14.86º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04E33 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 51 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.37 |
| HSL | 14.86º | 0.52% | 0.41% | - |
| HSV(B) | 14.86º | 0.68% | 0.63% | - |
| XYZ | 17.82 | 13.16 | 4.73 | - |
| YUV | 99.44 | 100.67 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 51 | 0 | 0.51 | 0.68 | 0.37 | 14.86 | 0.52 | 0.41 |
| Hex | A0 | 4E | 33 | 0 | 33 | 44 | 25 | F | 34 | 29 |
| Octal | 240 | 116 | 63 | 0 | 63 | 104 | 45 | 17 | 64 | 51 |
| Binary | 10100000 | 1001110 | 110011 | 0 | 110011 | 1000100 | 100101 | 1111 | 110100 | 101001 |
Color Harmonies of #A04E33
Complementary color
Monochromatic Colors of #A04E33
Black with #A04E33
Text Example
Text Example
White with #A04E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E33; }
p { color: rgb(160,78,51); }
H1.HeaderClassName
{
color: #A04E33;
}
.AnyTagClassName
{
color: #A04E33;
}
</style>
background-color css
<style>
a { background-color: #A04E33; }
a { background-color: rgb(160,78,51); }
div.DivClassName
{
background-color: #A04E33;
}
.BgClassName
{
background-color: #A04E33;
}
</style>
border-color css
<style>
span { border-color: #A04E33; }
span { border-color: rgb(160,78,51); }
td.TdClassName
{
border-color: #A04E33;
}
.TagClassName
{
border-color: #A04E33;
}
</style>