Shades of Piper #A04F32
Tints of Piper #A04F32
RGB
CMYK
RGB Variations
Color information
#A04F32 (or 0xA04F32) is known color: Piper. HEX triplet: A0, 4F and 32. RGB value is (160,79,50). Sum of RGB (Red+Green+Blue) = 160+79+50=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04F32 is #5FB0CD. Grayscale: #646464. Windows color (decimal): -6271182 or 3297184. OLE color: 3297184.
HSL color Cylindrical-coordinate representation of color #A04F32: hue angle of 15.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04F32 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 50 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.37 |
| HSL | 15.82º | 0.52% | 0.41% | - |
| HSV(B) | 15.82º | 0.69% | 0.63% | - |
| XYZ | 17.87 | 13.3 | 4.64 | - |
| YUV | 99.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 50 | 0 | 0.51 | 0.69 | 0.37 | 15.82 | 0.52 | 0.41 |
| Hex | A0 | 4F | 32 | 0 | 33 | 45 | 25 | 10 | 34 | 29 |
| Octal | 240 | 117 | 62 | 0 | 63 | 105 | 45 | 20 | 64 | 51 |
| Binary | 10100000 | 1001111 | 110010 | 0 | 110011 | 1000101 | 100101 | 10000 | 110100 | 101001 |
Color Harmonies of #A04F32
Complementary color
Monochromatic Colors of #A04F32
Black with #A04F32
Text Example
Text Example
White with #A04F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F32; }
p { color: rgb(160,79,50); }
H1.HeaderClassName
{
color: #A04F32;
}
.AnyTagClassName
{
color: #A04F32;
}
</style>
background-color css
<style>
a { background-color: #A04F32; }
a { background-color: rgb(160,79,50); }
div.DivClassName
{
background-color: #A04F32;
}
.BgClassName
{
background-color: #A04F32;
}
</style>
border-color css
<style>
span { border-color: #A04F32; }
span { border-color: rgb(160,79,50); }
td.TdClassName
{
border-color: #A04F32;
}
.TagClassName
{
border-color: #A04F32;
}
</style>