Shades of Piper #A15232
Tints of Piper #A15232
RGB
CMYK
RGB Variations
Color information
#A15232 (or 0xA15232) is known color: Piper. HEX triplet: A1, 52 and 32. RGB value is (161,82,50). Sum of RGB (Red+Green+Blue) = 161+82+50=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A15232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15232 is #5EADCD. Grayscale: #666666. Windows color (decimal): -6204878 or 3297953. OLE color: 3297953.
HSL color Cylindrical-coordinate representation of color #A15232: hue angle of 17.3º 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 #A15232 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 50 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.37 |
| HSL | 17.3º | 0.53% | 0.41% | - |
| HSV(B) | 17.3º | 0.69% | 0.63% | - |
| XYZ | 18.29 | 13.84 | 4.73 | - |
| YUV | 101.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 50 | 0 | 0.49 | 0.69 | 0.37 | 17.3 | 0.53 | 0.41 |
| Hex | A1 | 52 | 32 | 0 | 31 | 45 | 25 | 11 | 35 | 29 |
| Octal | 241 | 122 | 62 | 0 | 61 | 105 | 45 | 21 | 65 | 51 |
| Binary | 10100001 | 1010010 | 110010 | 0 | 110001 | 1000101 | 100101 | 10001 | 110101 | 101001 |
Color Harmonies of #A15232
Complementary color
Monochromatic Colors of #A15232
Black with #A15232
Text Example
Text Example
White with #A15232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15232; }
p { color: rgb(161,82,50); }
H1.HeaderClassName
{
color: #A15232;
}
.AnyTagClassName
{
color: #A15232;
}
</style>
background-color css
<style>
a { background-color: #A15232; }
a { background-color: rgb(161,82,50); }
div.DivClassName
{
background-color: #A15232;
}
.BgClassName
{
background-color: #A15232;
}
</style>
border-color css
<style>
span { border-color: #A15232; }
span { border-color: rgb(161,82,50); }
td.TdClassName
{
border-color: #A15232;
}
.TagClassName
{
border-color: #A15232;
}
</style>