Shades of Piper #A15536
Tints of Piper #A15536
RGB
CMYK
RGB Variations
Color information
#A15536 (or 0xA15536) is known color: Piper. HEX triplet: A1, 55 and 36. RGB value is (161,85,54). Sum of RGB (Red+Green+Blue) = 161+85+54=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A15536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15536 is #5EAAC9. Grayscale: #686868. Windows color (decimal): -6204106 or 3560865. OLE color: 3560865.
HSL color Cylindrical-coordinate representation of color #A15536: hue angle of 17.38º 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 #A15536 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 54 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.37 |
| HSL | 17.38º | 0.5% | 0.42% | - |
| HSV(B) | 17.38º | 0.66% | 0.63% | - |
| XYZ | 18.61 | 14.34 | 5.28 | - |
| YUV | 104.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 54 | 0 | 0.47 | 0.66 | 0.37 | 17.38 | 0.5 | 0.42 |
| Hex | A1 | 55 | 36 | 0 | 2F | 42 | 25 | 11 | 32 | 2A |
| Octal | 241 | 125 | 66 | 0 | 57 | 102 | 45 | 21 | 62 | 52 |
| Binary | 10100001 | 1010101 | 110110 | 0 | 101111 | 1000010 | 100101 | 10001 | 110010 | 101010 |
Color Harmonies of #A15536
Complementary color
Monochromatic Colors of #A15536
Black with #A15536
Text Example
Text Example
White with #A15536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15536; }
p { color: rgb(161,85,54); }
H1.HeaderClassName
{
color: #A15536;
}
.AnyTagClassName
{
color: #A15536;
}
</style>
background-color css
<style>
a { background-color: #A15536; }
a { background-color: rgb(161,85,54); }
div.DivClassName
{
background-color: #A15536;
}
.BgClassName
{
background-color: #A15536;
}
</style>
border-color css
<style>
span { border-color: #A15536; }
span { border-color: rgb(161,85,54); }
td.TdClassName
{
border-color: #A15536;
}
.TagClassName
{
border-color: #A15536;
}
</style>