Shades of Piper #A15537
Tints of Piper #A15537
RGB
CMYK
RGB Variations
Color information
#A15537 (or 0xA15537) is known color: Piper. HEX triplet: A1, 55 and 37. RGB value is (161,85,55). Sum of RGB (Red+Green+Blue) = 161+85+55=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A15537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15537 is #5EAAC8. Grayscale: #686868. Windows color (decimal): -6204105 or 3626401. OLE color: 3626401.
HSL color Cylindrical-coordinate representation of color #A15537: hue angle of 16.98º degrees, saturation: 0.49, 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 #A15537 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 55 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.37 |
| HSL | 16.98º | 0.49% | 0.42% | - |
| HSV(B) | 16.98º | 0.66% | 0.63% | - |
| XYZ | 18.64 | 14.35 | 5.4 | - |
| YUV | 104.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 55 | 0 | 0.47 | 0.66 | 0.37 | 16.98 | 0.49 | 0.42 |
| Hex | A1 | 55 | 37 | 0 | 2F | 42 | 25 | 11 | 31 | 2A |
| Octal | 241 | 125 | 67 | 0 | 57 | 102 | 45 | 21 | 61 | 52 |
| Binary | 10100001 | 1010101 | 110111 | 0 | 101111 | 1000010 | 100101 | 10001 | 110001 | 101010 |
Color Harmonies of #A15537
Complementary color
Monochromatic Colors of #A15537
Black with #A15537
Text Example
Text Example
White with #A15537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15537; }
p { color: rgb(161,85,55); }
H1.HeaderClassName
{
color: #A15537;
}
.AnyTagClassName
{
color: #A15537;
}
</style>
background-color css
<style>
a { background-color: #A15537; }
a { background-color: rgb(161,85,55); }
div.DivClassName
{
background-color: #A15537;
}
.BgClassName
{
background-color: #A15537;
}
</style>
border-color css
<style>
span { border-color: #A15537; }
span { border-color: rgb(161,85,55); }
td.TdClassName
{
border-color: #A15537;
}
.TagClassName
{
border-color: #A15537;
}
</style>