Shades of Piper #A15636
Tints of Piper #A15636
RGB
CMYK
RGB Variations
Color information
#A15636 (or 0xA15636) is known color: Piper. HEX triplet: A1, 56 and 36. RGB value is (161,86,54). Sum of RGB (Red+Green+Blue) = 161+86+54=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A15636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15636 is #5EA9C9. Grayscale: #686868. Windows color (decimal): -6203850 or 3561121. OLE color: 3561121.
HSL color Cylindrical-coordinate representation of color #A15636: hue angle of 17.94º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A15636 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 54 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.37 |
| HSL | 17.94º | 0.5% | 0.42% | - |
| HSV(B) | 17.94º | 0.66% | 0.63% | - |
| XYZ | 18.69 | 14.5 | 5.3 | - |
| YUV | 104.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 54 | 0 | 0.47 | 0.66 | 0.37 | 17.94 | 0.5 | 0.42 |
| Hex | A1 | 56 | 36 | 0 | 2F | 42 | 25 | 12 | 32 | 2A |
| Octal | 241 | 126 | 66 | 0 | 57 | 102 | 45 | 22 | 62 | 52 |
| Binary | 10100001 | 1010110 | 110110 | 0 | 101111 | 1000010 | 100101 | 10010 | 110010 | 101010 |
Color Harmonies of #A15636
Complementary color
Monochromatic Colors of #A15636
Black with #A15636
Text Example
Text Example
White with #A15636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15636; }
p { color: rgb(161,86,54); }
H1.HeaderClassName
{
color: #A15636;
}
.AnyTagClassName
{
color: #A15636;
}
</style>
background-color css
<style>
a { background-color: #A15636; }
a { background-color: rgb(161,86,54); }
div.DivClassName
{
background-color: #A15636;
}
.BgClassName
{
background-color: #A15636;
}
</style>
border-color css
<style>
span { border-color: #A15636; }
span { border-color: rgb(161,86,54); }
td.TdClassName
{
border-color: #A15636;
}
.TagClassName
{
border-color: #A15636;
}
</style>