Shades of Sienna #A6572B
Tints of Sienna #A6572B
RGB
CMYK
RGB Variations
Color information
#A6572B (or 0xA6572B) is known color: Sienna. HEX triplet: A6, 57 and 2B. RGB value is (166,87,43). Sum of RGB (Red+Green+Blue) = 166+87+43=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A6572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6572B is #59A8D4. Grayscale: #696969. Windows color (decimal): -5875925 or 2840486. OLE color: 2840486.
HSL color Cylindrical-coordinate representation of color #A6572B: hue angle of 21.46º 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 #A6572B is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 43 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.35 |
| HSL | 21.46º | 0.59% | 0.41% | - |
| HSV(B) | 21.46º | 0.74% | 0.65% | - |
| XYZ | 19.57 | 15.1 | 4.17 | - |
| YUV | 105.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 43 | 0 | 0.48 | 0.74 | 0.35 | 21.46 | 0.59 | 0.41 |
| Hex | A6 | 57 | 2B | 0 | 30 | 4A | 23 | 15 | 3B | 29 |
| Octal | 246 | 127 | 53 | 0 | 60 | 112 | 43 | 25 | 73 | 51 |
| Binary | 10100110 | 1010111 | 101011 | 0 | 110000 | 1001010 | 100011 | 10101 | 111011 | 101001 |
Color Harmonies of #A6572B
Complementary color
Monochromatic Colors of #A6572B
Black with #A6572B
Text Example
Text Example
White with #A6572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6572B; }
p { color: rgb(166,87,43); }
H1.HeaderClassName
{
color: #A6572B;
}
.AnyTagClassName
{
color: #A6572B;
}
</style>
background-color css
<style>
a { background-color: #A6572B; }
a { background-color: rgb(166,87,43); }
div.DivClassName
{
background-color: #A6572B;
}
.BgClassName
{
background-color: #A6572B;
}
</style>
border-color css
<style>
span { border-color: #A6572B; }
span { border-color: rgb(166,87,43); }
td.TdClassName
{
border-color: #A6572B;
}
.TagClassName
{
border-color: #A6572B;
}
</style>