Shades of Piper #A25232
Tints of Piper #A25232
RGB
CMYK
RGB Variations
Color information
#A25232 (or 0xA25232) is known color: Piper. HEX triplet: A2, 52 and 32. RGB value is (162,82,50). Sum of RGB (Red+Green+Blue) = 162+82+50=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A25232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25232 is #5DADCD. Grayscale: #666666. Windows color (decimal): -6139342 or 3297954. OLE color: 3297954.
HSL color Cylindrical-coordinate representation of color #A25232: hue angle of 17.14º 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 #A25232 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 50 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.36 |
| HSL | 17.14º | 0.53% | 0.42% | - |
| HSV(B) | 17.14º | 0.69% | 0.64% | - |
| XYZ | 18.49 | 13.95 | 4.73 | - |
| YUV | 102.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 50 | 0 | 0.49 | 0.69 | 0.36 | 17.14 | 0.53 | 0.42 |
| Hex | A2 | 52 | 32 | 0 | 31 | 45 | 24 | 11 | 35 | 2A |
| Octal | 242 | 122 | 62 | 0 | 61 | 105 | 44 | 21 | 65 | 52 |
| Binary | 10100010 | 1010010 | 110010 | 0 | 110001 | 1000101 | 100100 | 10001 | 110101 | 101010 |
Color Harmonies of #A25232
Complementary color
Monochromatic Colors of #A25232
Black with #A25232
Text Example
Text Example
White with #A25232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25232; }
p { color: rgb(162,82,50); }
H1.HeaderClassName
{
color: #A25232;
}
.AnyTagClassName
{
color: #A25232;
}
</style>
background-color css
<style>
a { background-color: #A25232; }
a { background-color: rgb(162,82,50); }
div.DivClassName
{
background-color: #A25232;
}
.BgClassName
{
background-color: #A25232;
}
</style>
border-color css
<style>
span { border-color: #A25232; }
span { border-color: rgb(162,82,50); }
td.TdClassName
{
border-color: #A25232;
}
.TagClassName
{
border-color: #A25232;
}
</style>