Shades of Piper #A05235
Tints of Piper #A05235
RGB
CMYK
RGB Variations
Color information
#A05235 (or 0xA05235) is known color: Piper. HEX triplet: A0, 52 and 35. RGB value is (160,82,53). Sum of RGB (Red+Green+Blue) = 160+82+53=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A05235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05235 is #5FADCA. Grayscale: #666666. Windows color (decimal): -6270411 or 3494560. OLE color: 3494560.
HSL color Cylindrical-coordinate representation of color #A05235: hue angle of 16.26º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A05235 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 53 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.37 |
| HSL | 16.26º | 0.5% | 0.42% | - |
| HSV(B) | 16.26º | 0.67% | 0.63% | - |
| XYZ | 18.16 | 13.77 | 5.07 | - |
| YUV | 102.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 53 | 0 | 0.49 | 0.67 | 0.37 | 16.26 | 0.5 | 0.42 |
| Hex | A0 | 52 | 35 | 0 | 31 | 43 | 25 | 10 | 32 | 2A |
| Octal | 240 | 122 | 65 | 0 | 61 | 103 | 45 | 20 | 62 | 52 |
| Binary | 10100000 | 1010010 | 110101 | 0 | 110001 | 1000011 | 100101 | 10000 | 110010 | 101010 |
Color Harmonies of #A05235
Complementary color
Monochromatic Colors of #A05235
Black with #A05235
Text Example
Text Example
White with #A05235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05235; }
p { color: rgb(160,82,53); }
H1.HeaderClassName
{
color: #A05235;
}
.AnyTagClassName
{
color: #A05235;
}
</style>
background-color css
<style>
a { background-color: #A05235; }
a { background-color: rgb(160,82,53); }
div.DivClassName
{
background-color: #A05235;
}
.BgClassName
{
background-color: #A05235;
}
</style>
border-color css
<style>
span { border-color: #A05235; }
span { border-color: rgb(160,82,53); }
td.TdClassName
{
border-color: #A05235;
}
.TagClassName
{
border-color: #A05235;
}
</style>