Shades of Sienna #A2582C
Tints of Sienna #A2582C
RGB
CMYK
RGB Variations
Color information
#A2582C (or 0xA2582C) is known color: Sienna. HEX triplet: A2, 58 and 2C. RGB value is (162,88,44). Sum of RGB (Red+Green+Blue) = 162+88+44=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2582C is #5DA7D3. Grayscale: #696969. Windows color (decimal): -6137812 or 2906274. OLE color: 2906274.
HSL color Cylindrical-coordinate representation of color #A2582C: hue angle of 22.37º degrees, saturation: 0.57, 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 #A2582C is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 44 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.36 |
| HSL | 22.37º | 0.57% | 0.4% | - |
| HSV(B) | 22.37º | 0.73% | 0.64% | - |
| XYZ | 18.84 | 14.84 | 4.25 | - |
| YUV | 105.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 44 | 0 | 0.46 | 0.73 | 0.36 | 22.37 | 0.57 | 0.4 |
| Hex | A2 | 58 | 2C | 0 | 2E | 49 | 24 | 16 | 39 | 28 |
| Octal | 242 | 130 | 54 | 0 | 56 | 111 | 44 | 26 | 71 | 50 |
| Binary | 10100010 | 1011000 | 101100 | 0 | 101110 | 1001001 | 100100 | 10110 | 111001 | 101000 |
Color Harmonies of #A2582C
Complementary color
Monochromatic Colors of #A2582C
Black with #A2582C
Text Example
Text Example
White with #A2582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2582C; }
p { color: rgb(162,88,44); }
H1.HeaderClassName
{
color: #A2582C;
}
.AnyTagClassName
{
color: #A2582C;
}
</style>
background-color css
<style>
a { background-color: #A2582C; }
a { background-color: rgb(162,88,44); }
div.DivClassName
{
background-color: #A2582C;
}
.BgClassName
{
background-color: #A2582C;
}
</style>
border-color css
<style>
span { border-color: #A2582C; }
span { border-color: rgb(162,88,44); }
td.TdClassName
{
border-color: #A2582C;
}
.TagClassName
{
border-color: #A2582C;
}
</style>