Shades of Sienna #A2502E
Tints of Sienna #A2502E
RGB
CMYK
RGB Variations
Color information
#A2502E (or 0xA2502E) is known color: Sienna. HEX triplet: A2, 50 and 2E. RGB value is (162,80,46). Sum of RGB (Red+Green+Blue) = 162+80+46=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2502E is #5DAFD1. Grayscale: #646464. Windows color (decimal): -6139858 or 3035298. OLE color: 3035298.
HSL color Cylindrical-coordinate representation of color #A2502E: hue angle of 17.59º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2502E is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 46 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.36 |
| HSL | 17.59º | 0.56% | 0.41% | - |
| HSV(B) | 17.59º | 0.72% | 0.64% | - |
| XYZ | 18.26 | 13.62 | 4.25 | - |
| YUV | 100.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 46 | 0 | 0.51 | 0.72 | 0.36 | 17.59 | 0.56 | 0.41 |
| Hex | A2 | 50 | 2E | 0 | 33 | 48 | 24 | 12 | 38 | 29 |
| Octal | 242 | 120 | 56 | 0 | 63 | 110 | 44 | 22 | 70 | 51 |
| Binary | 10100010 | 1010000 | 101110 | 0 | 110011 | 1001000 | 100100 | 10010 | 111000 | 101001 |
Color Harmonies of #A2502E
Complementary color
Monochromatic Colors of #A2502E
Black with #A2502E
Text Example
Text Example
White with #A2502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2502E; }
p { color: rgb(162,80,46); }
H1.HeaderClassName
{
color: #A2502E;
}
.AnyTagClassName
{
color: #A2502E;
}
</style>
background-color css
<style>
a { background-color: #A2502E; }
a { background-color: rgb(162,80,46); }
div.DivClassName
{
background-color: #A2502E;
}
.BgClassName
{
background-color: #A2502E;
}
</style>
border-color css
<style>
span { border-color: #A2502E; }
span { border-color: rgb(162,80,46); }
td.TdClassName
{
border-color: #A2502E;
}
.TagClassName
{
border-color: #A2502E;
}
</style>