Shades of Sienna #A6522B
Tints of Sienna #A6522B
RGB
CMYK
RGB Variations
Color information
#A6522B (or 0xA6522B) is known color: Sienna. HEX triplet: A6, 52 and 2B. RGB value is (166,82,43). Sum of RGB (Red+Green+Blue) = 166+82+43=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A6522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6522B is #59ADD4. Grayscale: #666666. Windows color (decimal): -5877205 or 2839206. OLE color: 2839206.
HSL color Cylindrical-coordinate representation of color #A6522B: hue angle of 19.02º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6522B is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 43 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.35 |
| HSL | 19.02º | 0.59% | 0.41% | - |
| HSV(B) | 19.02º | 0.74% | 0.65% | - |
| XYZ | 19.18 | 14.32 | 4.04 | - |
| YUV | 102.67 | 94.33 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 43 | 0 | 0.51 | 0.74 | 0.35 | 19.02 | 0.59 | 0.41 |
| Hex | A6 | 52 | 2B | 0 | 33 | 4A | 23 | 13 | 3B | 29 |
| Octal | 246 | 122 | 53 | 0 | 63 | 112 | 43 | 23 | 73 | 51 |
| Binary | 10100110 | 1010010 | 101011 | 0 | 110011 | 1001010 | 100011 | 10011 | 111011 | 101001 |
Color Harmonies of #A6522B
Complementary color
Monochromatic Colors of #A6522B
Black with #A6522B
Text Example
Text Example
White with #A6522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6522B; }
p { color: rgb(166,82,43); }
H1.HeaderClassName
{
color: #A6522B;
}
.AnyTagClassName
{
color: #A6522B;
}
</style>
background-color css
<style>
a { background-color: #A6522B; }
a { background-color: rgb(166,82,43); }
div.DivClassName
{
background-color: #A6522B;
}
.BgClassName
{
background-color: #A6522B;
}
</style>
border-color css
<style>
span { border-color: #A6522B; }
span { border-color: rgb(166,82,43); }
td.TdClassName
{
border-color: #A6522B;
}
.TagClassName
{
border-color: #A6522B;
}
</style>