Shades of Piper #A25233
Tints of Piper #A25233
RGB
CMYK
RGB Variations
Color information
#A25233 (or 0xA25233) is known color: Piper. HEX triplet: A2, 52 and 33. RGB value is (162,82,51). Sum of RGB (Red+Green+Blue) = 162+82+51=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A25233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25233 is #5DADCC. Grayscale: #666666. Windows color (decimal): -6139341 or 3363490. OLE color: 3363490.
HSL color Cylindrical-coordinate representation of color #A25233: hue angle of 16.76º 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 #A25233 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 51 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.36 |
| HSL | 16.76º | 0.52% | 0.42% | - |
| HSV(B) | 16.76º | 0.69% | 0.64% | - |
| XYZ | 18.52 | 13.95 | 4.85 | - |
| YUV | 102.39 | 99 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 51 | 0 | 0.49 | 0.69 | 0.36 | 16.76 | 0.52 | 0.42 |
| Hex | A2 | 52 | 33 | 0 | 31 | 45 | 24 | 11 | 34 | 2A |
| Octal | 242 | 122 | 63 | 0 | 61 | 105 | 44 | 21 | 64 | 52 |
| Binary | 10100010 | 1010010 | 110011 | 0 | 110001 | 1000101 | 100100 | 10001 | 110100 | 101010 |
Color Harmonies of #A25233
Complementary color
Monochromatic Colors of #A25233
Black with #A25233
Text Example
Text Example
White with #A25233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25233; }
p { color: rgb(162,82,51); }
H1.HeaderClassName
{
color: #A25233;
}
.AnyTagClassName
{
color: #A25233;
}
</style>
background-color css
<style>
a { background-color: #A25233; }
a { background-color: rgb(162,82,51); }
div.DivClassName
{
background-color: #A25233;
}
.BgClassName
{
background-color: #A25233;
}
</style>
border-color css
<style>
span { border-color: #A25233; }
span { border-color: rgb(162,82,51); }
td.TdClassName
{
border-color: #A25233;
}
.TagClassName
{
border-color: #A25233;
}
</style>