Shades of Sienna #A6522D
Tints of Sienna #A6522D
RGB
CMYK
RGB Variations
Color information
#A6522D (or 0xA6522D) is known color: Sienna. HEX triplet: A6, 52 and 2D. RGB value is (166,82,45). Sum of RGB (Red+Green+Blue) = 166+82+45=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6522D is #59ADD2. Grayscale: #676767. Windows color (decimal): -5877203 or 2970278. OLE color: 2970278.
HSL color Cylindrical-coordinate representation of color #A6522D: hue angle of 18.35º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6522D is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 45 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.35 |
| HSL | 18.35º | 0.57% | 0.41% | - |
| HSV(B) | 18.35º | 0.73% | 0.65% | - |
| XYZ | 19.22 | 14.33 | 4.24 | - |
| YUV | 102.9 | 95.33 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 45 | 0 | 0.51 | 0.73 | 0.35 | 18.35 | 0.57 | 0.41 |
| Hex | A6 | 52 | 2D | 0 | 33 | 49 | 23 | 12 | 39 | 29 |
| Octal | 246 | 122 | 55 | 0 | 63 | 111 | 43 | 22 | 71 | 51 |
| Binary | 10100110 | 1010010 | 101101 | 0 | 110011 | 1001001 | 100011 | 10010 | 111001 | 101001 |
Color Harmonies of #A6522D
Complementary color
Monochromatic Colors of #A6522D
Black with #A6522D
Text Example
Text Example
White with #A6522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6522D; }
p { color: rgb(166,82,45); }
H1.HeaderClassName
{
color: #A6522D;
}
.AnyTagClassName
{
color: #A6522D;
}
</style>
background-color css
<style>
a { background-color: #A6522D; }
a { background-color: rgb(166,82,45); }
div.DivClassName
{
background-color: #A6522D;
}
.BgClassName
{
background-color: #A6522D;
}
</style>
border-color css
<style>
span { border-color: #A6522D; }
span { border-color: rgb(166,82,45); }
td.TdClassName
{
border-color: #A6522D;
}
.TagClassName
{
border-color: #A6522D;
}
</style>