Shades of Sienna #A6532C
Tints of Sienna #A6532C
RGB
CMYK
RGB Variations
Color information
#A6532C (or 0xA6532C) is known color: Sienna. HEX triplet: A6, 53 and 2C. RGB value is (166,83,44). Sum of RGB (Red+Green+Blue) = 166+83+44=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6532C is #59ACD3. Grayscale: #676767. Windows color (decimal): -5876948 or 2904998. OLE color: 2904998.
HSL color Cylindrical-coordinate representation of color #A6532C: hue angle of 19.18º degrees, saturation: 0.58, 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 #A6532C is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 44 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.35 |
| HSL | 19.18º | 0.58% | 0.41% | - |
| HSV(B) | 19.18º | 0.73% | 0.65% | - |
| XYZ | 19.27 | 14.48 | 4.16 | - |
| YUV | 103.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 44 | 0 | 0.50 | 0.73 | 0.35 | 19.18 | 0.58 | 0.41 |
| Hex | A6 | 53 | 2C | 0 | 32 | 49 | 23 | 13 | 3A | 29 |
| Octal | 246 | 123 | 54 | 0 | 62 | 111 | 43 | 23 | 72 | 51 |
| Binary | 10100110 | 1010011 | 101100 | 0 | 110010 | 1001001 | 100011 | 10011 | 111010 | 101001 |
Color Harmonies of #A6532C
Complementary color
Monochromatic Colors of #A6532C
Black with #A6532C
Text Example
Text Example
White with #A6532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6532C; }
p { color: rgb(166,83,44); }
H1.HeaderClassName
{
color: #A6532C;
}
.AnyTagClassName
{
color: #A6532C;
}
</style>
background-color css
<style>
a { background-color: #A6532C; }
a { background-color: rgb(166,83,44); }
div.DivClassName
{
background-color: #A6532C;
}
.BgClassName
{
background-color: #A6532C;
}
</style>
border-color css
<style>
span { border-color: #A6532C; }
span { border-color: rgb(166,83,44); }
td.TdClassName
{
border-color: #A6532C;
}
.TagClassName
{
border-color: #A6532C;
}
</style>