Shades of Piper #A25635
Tints of Piper #A25635
RGB
CMYK
RGB Variations
Color information
#A25635 (or 0xA25635) is known color: Piper. HEX triplet: A2, 56 and 35. RGB value is (162,86,53). Sum of RGB (Red+Green+Blue) = 162+86+53=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25635 is #5DA9CA. Grayscale: #696969. Windows color (decimal): -6138315 or 3495586. OLE color: 3495586.
HSL color Cylindrical-coordinate representation of color #A25635: hue angle of 18.17º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A25635 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 86 | 53 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.36 |
| HSL | 18.17º | 0.51% | 0.42% | - |
| HSV(B) | 18.17º | 0.67% | 0.64% | - |
| XYZ | 18.87 | 14.59 | 5.19 | - |
| YUV | 104.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 53 | 0 | 0.47 | 0.67 | 0.36 | 18.17 | 0.51 | 0.42 |
| Hex | A2 | 56 | 35 | 0 | 2F | 43 | 24 | 12 | 33 | 2A |
| Octal | 242 | 126 | 65 | 0 | 57 | 103 | 44 | 22 | 63 | 52 |
| Binary | 10100010 | 1010110 | 110101 | 0 | 101111 | 1000011 | 100100 | 10010 | 110011 | 101010 |
Color Harmonies of #A25635
Complementary color
Monochromatic Colors of #A25635
Black with #A25635
Text Example
Text Example
White with #A25635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25635; }
p { color: rgb(162,86,53); }
H1.HeaderClassName
{
color: #A25635;
}
.AnyTagClassName
{
color: #A25635;
}
</style>
background-color css
<style>
a { background-color: #A25635; }
a { background-color: rgb(162,86,53); }
div.DivClassName
{
background-color: #A25635;
}
.BgClassName
{
background-color: #A25635;
}
</style>
border-color css
<style>
span { border-color: #A25635; }
span { border-color: rgb(162,86,53); }
td.TdClassName
{
border-color: #A25635;
}
.TagClassName
{
border-color: #A25635;
}
</style>