Shades of Sienna #A2502B
Tints of Sienna #A2502B
RGB
CMYK
RGB Variations
Color information
#A2502B (or 0xA2502B) is known color: Sienna. HEX triplet: A2, 50 and 2B. RGB value is (162,80,43). Sum of RGB (Red+Green+Blue) = 162+80+43=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A2502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2502B is #5DAFD4. Grayscale: #646464. Windows color (decimal): -6139861 or 2838690. OLE color: 2838690.
HSL color Cylindrical-coordinate representation of color #A2502B: hue angle of 18.66º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2502B is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 43 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.36 |
| HSL | 18.66º | 0.58% | 0.4% | - |
| HSV(B) | 18.66º | 0.73% | 0.64% | - |
| XYZ | 18.21 | 13.59 | 3.95 | - |
| YUV | 100.3 | 95.67 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 43 | 0 | 0.51 | 0.73 | 0.36 | 18.66 | 0.58 | 0.4 |
| Hex | A2 | 50 | 2B | 0 | 33 | 49 | 24 | 13 | 3A | 28 |
| Octal | 242 | 120 | 53 | 0 | 63 | 111 | 44 | 23 | 72 | 50 |
| Binary | 10100010 | 1010000 | 101011 | 0 | 110011 | 1001001 | 100100 | 10011 | 111010 | 101000 |
Color Harmonies of #A2502B
Complementary color
Monochromatic Colors of #A2502B
Black with #A2502B
Text Example
Text Example
White with #A2502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2502B; }
p { color: rgb(162,80,43); }
H1.HeaderClassName
{
color: #A2502B;
}
.AnyTagClassName
{
color: #A2502B;
}
</style>
background-color css
<style>
a { background-color: #A2502B; }
a { background-color: rgb(162,80,43); }
div.DivClassName
{
background-color: #A2502B;
}
.BgClassName
{
background-color: #A2502B;
}
</style>
border-color css
<style>
span { border-color: #A2502B; }
span { border-color: rgb(162,80,43); }
td.TdClassName
{
border-color: #A2502B;
}
.TagClassName
{
border-color: #A2502B;
}
</style>