Shades of Piper #A25833
Tints of Piper #A25833
RGB
CMYK
RGB Variations
Color information
#A25833 (or 0xA25833) is known color: Piper. HEX triplet: A2, 58 and 33. RGB value is (162,88,51). Sum of RGB (Red+Green+Blue) = 162+88+51=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25833 is #5DA7CC. Grayscale: #6A6A6A. Windows color (decimal): -6137805 or 3365026. OLE color: 3365026.
HSL color Cylindrical-coordinate representation of color #A25833: hue angle of 20º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A25833 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 51 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.36 |
| HSL | 20º | 0.52% | 0.42% | - |
| HSV(B) | 20º | 0.69% | 0.64% | - |
| XYZ | 18.99 | 14.9 | 5.01 | - |
| YUV | 105.91 | 97.02 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 51 | 0 | 0.46 | 0.69 | 0.36 | 20 | 0.52 | 0.42 |
| Hex | A2 | 58 | 33 | 0 | 2E | 45 | 24 | 14 | 34 | 2A |
| Octal | 242 | 130 | 63 | 0 | 56 | 105 | 44 | 24 | 64 | 52 |
| Binary | 10100010 | 1011000 | 110011 | 0 | 101110 | 1000101 | 100100 | 10100 | 110100 | 101010 |
Color Harmonies of #A25833
Complementary color
Monochromatic Colors of #A25833
Black with #A25833
Text Example
Text Example
White with #A25833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25833; }
p { color: rgb(162,88,51); }
H1.HeaderClassName
{
color: #A25833;
}
.AnyTagClassName
{
color: #A25833;
}
</style>
background-color css
<style>
a { background-color: #A25833; }
a { background-color: rgb(162,88,51); }
div.DivClassName
{
background-color: #A25833;
}
.BgClassName
{
background-color: #A25833;
}
</style>
border-color css
<style>
span { border-color: #A25833; }
span { border-color: rgb(162,88,51); }
td.TdClassName
{
border-color: #A25833;
}
.TagClassName
{
border-color: #A25833;
}
</style>