Shades of Sienna #A2512D
Tints of Sienna #A2512D
RGB
CMYK
RGB Variations
Color information
#A2512D (or 0xA2512D) is known color: Sienna. HEX triplet: A2, 51 and 2D. RGB value is (162,81,45). Sum of RGB (Red+Green+Blue) = 162+81+45=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2512D is #5DAED2. Grayscale: #656565. Windows color (decimal): -6139603 or 2970018. OLE color: 2970018.
HSL color Cylindrical-coordinate representation of color #A2512D: hue angle of 18.46º 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 #A2512D is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 81 | 45 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.36 |
| HSL | 18.46º | 0.57% | 0.41% | - |
| HSV(B) | 18.46º | 0.72% | 0.64% | - |
| XYZ | 18.32 | 13.76 | 4.17 | - |
| YUV | 101.12 | 96.34 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 45 | 0 | 0.50 | 0.72 | 0.36 | 18.46 | 0.57 | 0.41 |
| Hex | A2 | 51 | 2D | 0 | 32 | 48 | 24 | 12 | 39 | 29 |
| Octal | 242 | 121 | 55 | 0 | 62 | 110 | 44 | 22 | 71 | 51 |
| Binary | 10100010 | 1010001 | 101101 | 0 | 110010 | 1001000 | 100100 | 10010 | 111001 | 101001 |
Color Harmonies of #A2512D
Complementary color
Monochromatic Colors of #A2512D
Black with #A2512D
Text Example
Text Example
White with #A2512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2512D; }
p { color: rgb(162,81,45); }
H1.HeaderClassName
{
color: #A2512D;
}
.AnyTagClassName
{
color: #A2512D;
}
</style>
background-color css
<style>
a { background-color: #A2512D; }
a { background-color: rgb(162,81,45); }
div.DivClassName
{
background-color: #A2512D;
}
.BgClassName
{
background-color: #A2512D;
}
</style>
border-color css
<style>
span { border-color: #A2512D; }
span { border-color: rgb(162,81,45); }
td.TdClassName
{
border-color: #A2512D;
}
.TagClassName
{
border-color: #A2512D;
}
</style>