Shades of Piper #A15435
Tints of Piper #A15435
RGB
CMYK
RGB Variations
Color information
#A15435 (or 0xA15435) is known color: Piper. HEX triplet: A1, 54 and 35. RGB value is (161,84,53). Sum of RGB (Red+Green+Blue) = 161+84+53=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A15435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15435 is #5EABCA. Grayscale: #676767. Windows color (decimal): -6204363 or 3495073. OLE color: 3495073.
HSL color Cylindrical-coordinate representation of color #A15435: hue angle of 17.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A15435 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 84 | 53 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.37 |
| HSL | 17.22º | 0.5% | 0.42% | - |
| HSV(B) | 17.22º | 0.67% | 0.63% | - |
| XYZ | 18.51 | 14.17 | 5.13 | - |
| YUV | 103.49 | 99.51 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 53 | 0 | 0.48 | 0.67 | 0.37 | 17.22 | 0.5 | 0.42 |
| Hex | A1 | 54 | 35 | 0 | 30 | 43 | 25 | 11 | 32 | 2A |
| Octal | 241 | 124 | 65 | 0 | 60 | 103 | 45 | 21 | 62 | 52 |
| Binary | 10100001 | 1010100 | 110101 | 0 | 110000 | 1000011 | 100101 | 10001 | 110010 | 101010 |
Color Harmonies of #A15435
Complementary color
Monochromatic Colors of #A15435
Black with #A15435
Text Example
Text Example
White with #A15435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15435; }
p { color: rgb(161,84,53); }
H1.HeaderClassName
{
color: #A15435;
}
.AnyTagClassName
{
color: #A15435;
}
</style>
background-color css
<style>
a { background-color: #A15435; }
a { background-color: rgb(161,84,53); }
div.DivClassName
{
background-color: #A15435;
}
.BgClassName
{
background-color: #A15435;
}
</style>
border-color css
<style>
span { border-color: #A15435; }
span { border-color: rgb(161,84,53); }
td.TdClassName
{
border-color: #A15435;
}
.TagClassName
{
border-color: #A15435;
}
</style>