Shades of Piper #A15331
Tints of Piper #A15331
RGB
CMYK
RGB Variations
Color information
#A15331 (or 0xA15331) is known color: Piper. HEX triplet: A1, 53 and 31. RGB value is (161,83,49). Sum of RGB (Red+Green+Blue) = 161+83+49=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A15331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15331 is #5EACCE. Grayscale: #666666. Windows color (decimal): -6204623 or 3232673. OLE color: 3232673.
HSL color Cylindrical-coordinate representation of color #A15331: hue angle of 18.21º 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 #A15331 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 49 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.37 |
| HSL | 18.21º | 0.53% | 0.41% | - |
| HSV(B) | 18.21º | 0.7% | 0.63% | - |
| XYZ | 18.35 | 13.99 | 4.64 | - |
| YUV | 102.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 49 | 0 | 0.48 | 0.70 | 0.37 | 18.21 | 0.53 | 0.41 |
| Hex | A1 | 53 | 31 | 0 | 30 | 46 | 25 | 12 | 35 | 29 |
| Octal | 241 | 123 | 61 | 0 | 60 | 106 | 45 | 22 | 65 | 51 |
| Binary | 10100001 | 1010011 | 110001 | 0 | 110000 | 1000110 | 100101 | 10010 | 110101 | 101001 |
Color Harmonies of #A15331
Complementary color
Monochromatic Colors of #A15331
Black with #A15331
Text Example
Text Example
White with #A15331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15331; }
p { color: rgb(161,83,49); }
H1.HeaderClassName
{
color: #A15331;
}
.AnyTagClassName
{
color: #A15331;
}
</style>
background-color css
<style>
a { background-color: #A15331; }
a { background-color: rgb(161,83,49); }
div.DivClassName
{
background-color: #A15331;
}
.BgClassName
{
background-color: #A15331;
}
</style>
border-color css
<style>
span { border-color: #A15331; }
span { border-color: rgb(161,83,49); }
td.TdClassName
{
border-color: #A15331;
}
.TagClassName
{
border-color: #A15331;
}
</style>