Shades of Piper #A15032
Tints of Piper #A15032
RGB
CMYK
RGB Variations
Color information
#A15032 (or 0xA15032) is known color: Piper. HEX triplet: A1, 50 and 32. RGB value is (161,80,50). Sum of RGB (Red+Green+Blue) = 161+80+50=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A15032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15032 is #5EAFCD. Grayscale: #656565. Windows color (decimal): -6205390 or 3297441. OLE color: 3297441.
HSL color Cylindrical-coordinate representation of color #A15032: hue angle of 16.22º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A15032 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 50 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.37 |
| HSL | 16.22º | 0.53% | 0.41% | - |
| HSV(B) | 16.22º | 0.69% | 0.63% | - |
| XYZ | 18.14 | 13.54 | 4.68 | - |
| YUV | 100.8 | 99.34 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 50 | 0 | 0.50 | 0.69 | 0.37 | 16.22 | 0.53 | 0.41 |
| Hex | A1 | 50 | 32 | 0 | 32 | 45 | 25 | 10 | 35 | 29 |
| Octal | 241 | 120 | 62 | 0 | 62 | 105 | 45 | 20 | 65 | 51 |
| Binary | 10100001 | 1010000 | 110010 | 0 | 110010 | 1000101 | 100101 | 10000 | 110101 | 101001 |
Color Harmonies of #A15032
Complementary color
Monochromatic Colors of #A15032
Black with #A15032
Text Example
Text Example
White with #A15032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15032; }
p { color: rgb(161,80,50); }
H1.HeaderClassName
{
color: #A15032;
}
.AnyTagClassName
{
color: #A15032;
}
</style>
background-color css
<style>
a { background-color: #A15032; }
a { background-color: rgb(161,80,50); }
div.DivClassName
{
background-color: #A15032;
}
.BgClassName
{
background-color: #A15032;
}
</style>
border-color css
<style>
span { border-color: #A15032; }
span { border-color: rgb(161,80,50); }
td.TdClassName
{
border-color: #A15032;
}
.TagClassName
{
border-color: #A15032;
}
</style>