Shades of Piper #A05732
Tints of Piper #A05732
RGB
CMYK
RGB Variations
Color information
#A05732 (or 0xA05732) is known color: Piper. HEX triplet: A0, 57 and 32. RGB value is (160,87,50). Sum of RGB (Red+Green+Blue) = 160+87+50=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A05732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05732 is #5FA8CD. Grayscale: #686868. Windows color (decimal): -6269134 or 3299232. OLE color: 3299232.
HSL color Cylindrical-coordinate representation of color #A05732: hue angle of 20.18º degrees, saturation: 0.52, 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 #A05732 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 87 | 50 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.37 |
| HSL | 20.18º | 0.52% | 0.41% | - |
| HSV(B) | 20.18º | 0.69% | 0.63% | - |
| XYZ | 18.48 | 14.52 | 4.85 | - |
| YUV | 104.61 | 97.18 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 50 | 0 | 0.46 | 0.69 | 0.37 | 20.18 | 0.52 | 0.41 |
| Hex | A0 | 57 | 32 | 0 | 2E | 45 | 25 | 14 | 34 | 29 |
| Octal | 240 | 127 | 62 | 0 | 56 | 105 | 45 | 24 | 64 | 51 |
| Binary | 10100000 | 1010111 | 110010 | 0 | 101110 | 1000101 | 100101 | 10100 | 110100 | 101001 |
Color Harmonies of #A05732
Complementary color
Monochromatic Colors of #A05732
Black with #A05732
Text Example
Text Example
White with #A05732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05732; }
p { color: rgb(160,87,50); }
H1.HeaderClassName
{
color: #A05732;
}
.AnyTagClassName
{
color: #A05732;
}
</style>
background-color css
<style>
a { background-color: #A05732; }
a { background-color: rgb(160,87,50); }
div.DivClassName
{
background-color: #A05732;
}
.BgClassName
{
background-color: #A05732;
}
</style>
border-color css
<style>
span { border-color: #A05732; }
span { border-color: rgb(160,87,50); }
td.TdClassName
{
border-color: #A05732;
}
.TagClassName
{
border-color: #A05732;
}
</style>