Shades of Piper #A25832
Tints of Piper #A25832
RGB
CMYK
RGB Variations
Color information
#A25832 (or 0xA25832) is known color: Piper. HEX triplet: A2, 58 and 32. RGB value is (162,88,50). Sum of RGB (Red+Green+Blue) = 162+88+50=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A25832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25832 is #5DA7CD. Grayscale: #6A6A6A. Windows color (decimal): -6137806 or 3299490. OLE color: 3299490.
HSL color Cylindrical-coordinate representation of color #A25832: hue angle of 20.36º degrees, saturation: 0.53, 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 #A25832 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 50 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.36 |
| HSL | 20.36º | 0.53% | 0.42% | - |
| HSV(B) | 20.36º | 0.69% | 0.64% | - |
| XYZ | 18.97 | 14.89 | 4.89 | - |
| YUV | 105.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 50 | 0 | 0.46 | 0.69 | 0.36 | 20.36 | 0.53 | 0.42 |
| Hex | A2 | 58 | 32 | 0 | 2E | 45 | 24 | 14 | 35 | 2A |
| Octal | 242 | 130 | 62 | 0 | 56 | 105 | 44 | 24 | 65 | 52 |
| Binary | 10100010 | 1011000 | 110010 | 0 | 101110 | 1000101 | 100100 | 10100 | 110101 | 101010 |
Color Harmonies of #A25832
Complementary color
Monochromatic Colors of #A25832
Black with #A25832
Text Example
Text Example
White with #A25832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25832; }
p { color: rgb(162,88,50); }
H1.HeaderClassName
{
color: #A25832;
}
.AnyTagClassName
{
color: #A25832;
}
</style>
background-color css
<style>
a { background-color: #A25832; }
a { background-color: rgb(162,88,50); }
div.DivClassName
{
background-color: #A25832;
}
.BgClassName
{
background-color: #A25832;
}
</style>
border-color css
<style>
span { border-color: #A25832; }
span { border-color: rgb(162,88,50); }
td.TdClassName
{
border-color: #A25832;
}
.TagClassName
{
border-color: #A25832;
}
</style>