Shades of Sienna #A6522A
Tints of Sienna #A6522A
RGB
CMYK
RGB Variations
Color information
#A6522A (or 0xA6522A) is known color: Sienna. HEX triplet: A6, 52 and 2A. RGB value is (166,82,42). Sum of RGB (Red+Green+Blue) = 166+82+42=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A6522A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6522A is #59ADD5. Grayscale: #666666. Windows color (decimal): -5877206 or 2773670. OLE color: 2773670.
HSL color Cylindrical-coordinate representation of color #A6522A: hue angle of 19.35º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6522A is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 42 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.35 |
| HSL | 19.35º | 0.6% | 0.41% | - |
| HSV(B) | 19.35º | 0.75% | 0.65% | - |
| XYZ | 19.16 | 14.31 | 3.94 | - |
| YUV | 102.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 42 | 0 | 0.51 | 0.75 | 0.35 | 19.35 | 0.6 | 0.41 |
| Hex | A6 | 52 | 2A | 0 | 33 | 4B | 23 | 13 | 3C | 29 |
| Octal | 246 | 122 | 52 | 0 | 63 | 113 | 43 | 23 | 74 | 51 |
| Binary | 10100110 | 1010010 | 101010 | 0 | 110011 | 1001011 | 100011 | 10011 | 111100 | 101001 |
Color Harmonies of #A6522A
Complementary color
Monochromatic Colors of #A6522A
Black with #A6522A
Text Example
Text Example
White with #A6522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6522A; }
p { color: rgb(166,82,42); }
H1.HeaderClassName
{
color: #A6522A;
}
.AnyTagClassName
{
color: #A6522A;
}
</style>
background-color css
<style>
a { background-color: #A6522A; }
a { background-color: rgb(166,82,42); }
div.DivClassName
{
background-color: #A6522A;
}
.BgClassName
{
background-color: #A6522A;
}
</style>
border-color css
<style>
span { border-color: #A6522A; }
span { border-color: rgb(166,82,42); }
td.TdClassName
{
border-color: #A6522A;
}
.TagClassName
{
border-color: #A6522A;
}
</style>