Shades of Sienna #A2502D
Tints of Sienna #A2502D
RGB
CMYK
RGB Variations
Color information
#A2502D (or 0xA2502D) is known color: Sienna. HEX triplet: A2, 50 and 2D. RGB value is (162,80,45). Sum of RGB (Red+Green+Blue) = 162+80+45=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2502D is #5DAFD2. Grayscale: #646464. Windows color (decimal): -6139859 or 2969762. OLE color: 2969762.
HSL color Cylindrical-coordinate representation of color #A2502D: hue angle of 17.95º degrees, saturation: 0.57, 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 #A2502D is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 45 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.36 |
| HSL | 17.95º | 0.57% | 0.41% | - |
| HSV(B) | 17.95º | 0.72% | 0.64% | - |
| XYZ | 18.24 | 13.61 | 4.15 | - |
| YUV | 100.53 | 96.67 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 45 | 0 | 0.51 | 0.72 | 0.36 | 17.95 | 0.57 | 0.41 |
| Hex | A2 | 50 | 2D | 0 | 33 | 48 | 24 | 12 | 39 | 29 |
| Octal | 242 | 120 | 55 | 0 | 63 | 110 | 44 | 22 | 71 | 51 |
| Binary | 10100010 | 1010000 | 101101 | 0 | 110011 | 1001000 | 100100 | 10010 | 111001 | 101001 |
Color Harmonies of #A2502D
Complementary color
Monochromatic Colors of #A2502D
Black with #A2502D
Text Example
Text Example
White with #A2502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2502D; }
p { color: rgb(162,80,45); }
H1.HeaderClassName
{
color: #A2502D;
}
.AnyTagClassName
{
color: #A2502D;
}
</style>
background-color css
<style>
a { background-color: #A2502D; }
a { background-color: rgb(162,80,45); }
div.DivClassName
{
background-color: #A2502D;
}
.BgClassName
{
background-color: #A2502D;
}
</style>
border-color css
<style>
span { border-color: #A2502D; }
span { border-color: rgb(162,80,45); }
td.TdClassName
{
border-color: #A2502D;
}
.TagClassName
{
border-color: #A2502D;
}
</style>