Shades of Piper #A15431
Tints of Piper #A15431
RGB
CMYK
RGB Variations
Color information
#A15431 (or 0xA15431) is known color: Piper. HEX triplet: A1, 54 and 31. RGB value is (161,84,49). Sum of RGB (Red+Green+Blue) = 161+84+49=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A15431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15431 is #5EABCE. Grayscale: #676767. Windows color (decimal): -6204367 or 3232929. OLE color: 3232929.
HSL color Cylindrical-coordinate representation of color #A15431: hue angle of 18.75º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A15431 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 84 | 49 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.37 |
| HSL | 18.75º | 0.53% | 0.41% | - |
| HSV(B) | 18.75º | 0.7% | 0.63% | - |
| XYZ | 18.42 | 14.14 | 4.66 | - |
| YUV | 103.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 49 | 0 | 0.48 | 0.70 | 0.37 | 18.75 | 0.53 | 0.41 |
| Hex | A1 | 54 | 31 | 0 | 30 | 46 | 25 | 13 | 35 | 29 |
| Octal | 241 | 124 | 61 | 0 | 60 | 106 | 45 | 23 | 65 | 51 |
| Binary | 10100001 | 1010100 | 110001 | 0 | 110000 | 1000110 | 100101 | 10011 | 110101 | 101001 |
Color Harmonies of #A15431
Complementary color
Monochromatic Colors of #A15431
Black with #A15431
Text Example
Text Example
White with #A15431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15431; }
p { color: rgb(161,84,49); }
H1.HeaderClassName
{
color: #A15431;
}
.AnyTagClassName
{
color: #A15431;
}
</style>
background-color css
<style>
a { background-color: #A15431; }
a { background-color: rgb(161,84,49); }
div.DivClassName
{
background-color: #A15431;
}
.BgClassName
{
background-color: #A15431;
}
</style>
border-color css
<style>
span { border-color: #A15431; }
span { border-color: rgb(161,84,49); }
td.TdClassName
{
border-color: #A15431;
}
.TagClassName
{
border-color: #A15431;
}
</style>