Shades of Piper #A04D33
Tints of Piper #A04D33
RGB
CMYK
RGB Variations
Color information
#A04D33 (or 0xA04D33) is known color: Piper. HEX triplet: A0, 4D and 33. RGB value is (160,77,51). Sum of RGB (Red+Green+Blue) = 160+77+51=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D33 is #5FB2CC. Grayscale: #636363. Windows color (decimal): -6271693 or 3362208. OLE color: 3362208.
HSL color Cylindrical-coordinate representation of color #A04D33: hue angle of 14.31º 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 #A04D33 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 51 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.37 |
| HSL | 14.31º | 0.52% | 0.41% | - |
| HSV(B) | 14.31º | 0.68% | 0.63% | - |
| XYZ | 17.75 | 13.02 | 4.71 | - |
| YUV | 98.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 51 | 0 | 0.52 | 0.68 | 0.37 | 14.31 | 0.52 | 0.41 |
| Hex | A0 | 4D | 33 | 0 | 34 | 44 | 25 | E | 34 | 29 |
| Octal | 240 | 115 | 63 | 0 | 64 | 104 | 45 | 16 | 64 | 51 |
| Binary | 10100000 | 1001101 | 110011 | 0 | 110100 | 1000100 | 100101 | 1110 | 110100 | 101001 |
Color Harmonies of #A04D33
Complementary color
Monochromatic Colors of #A04D33
Black with #A04D33
Text Example
Text Example
White with #A04D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D33; }
p { color: rgb(160,77,51); }
H1.HeaderClassName
{
color: #A04D33;
}
.AnyTagClassName
{
color: #A04D33;
}
</style>
background-color css
<style>
a { background-color: #A04D33; }
a { background-color: rgb(160,77,51); }
div.DivClassName
{
background-color: #A04D33;
}
.BgClassName
{
background-color: #A04D33;
}
</style>
border-color css
<style>
span { border-color: #A04D33; }
span { border-color: rgb(160,77,51); }
td.TdClassName
{
border-color: #A04D33;
}
.TagClassName
{
border-color: #A04D33;
}
</style>