Shades of Sienna #A2582D
Tints of Sienna #A2582D
RGB
CMYK
RGB Variations
Color information
#A2582D (or 0xA2582D) is known color: Sienna. HEX triplet: A2, 58 and 2D. RGB value is (162,88,45). Sum of RGB (Red+Green+Blue) = 162+88+45=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A2582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2582D is #5DA7D2. Grayscale: #696969. Windows color (decimal): -6137811 or 2971810. OLE color: 2971810.
HSL color Cylindrical-coordinate representation of color #A2582D: hue angle of 22.05º 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 #A2582D is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 45 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.36 |
| HSL | 22.05º | 0.57% | 0.41% | - |
| HSV(B) | 22.05º | 0.72% | 0.64% | - |
| XYZ | 18.86 | 14.85 | 4.35 | - |
| YUV | 105.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 45 | 0 | 0.46 | 0.72 | 0.36 | 22.05 | 0.57 | 0.41 |
| Hex | A2 | 58 | 2D | 0 | 2E | 48 | 24 | 16 | 39 | 29 |
| Octal | 242 | 130 | 55 | 0 | 56 | 110 | 44 | 26 | 71 | 51 |
| Binary | 10100010 | 1011000 | 101101 | 0 | 101110 | 1001000 | 100100 | 10110 | 111001 | 101001 |
Color Harmonies of #A2582D
Complementary color
Monochromatic Colors of #A2582D
Black with #A2582D
Text Example
Text Example
White with #A2582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2582D; }
p { color: rgb(162,88,45); }
H1.HeaderClassName
{
color: #A2582D;
}
.AnyTagClassName
{
color: #A2582D;
}
</style>
background-color css
<style>
a { background-color: #A2582D; }
a { background-color: rgb(162,88,45); }
div.DivClassName
{
background-color: #A2582D;
}
.BgClassName
{
background-color: #A2582D;
}
</style>
border-color css
<style>
span { border-color: #A2582D; }
span { border-color: rgb(162,88,45); }
td.TdClassName
{
border-color: #A2582D;
}
.TagClassName
{
border-color: #A2582D;
}
</style>