Shades of Sienna #A04C2F
Tints of Sienna #A04C2F
RGB
CMYK
RGB Variations
Color information
#A04C2F (or 0xA04C2F) is known color: Sienna. HEX triplet: A0, 4C and 2F. RGB value is (160,76,47). Sum of RGB (Red+Green+Blue) = 160+76+47=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C2F is #5FB3D0. Grayscale: #626262. Windows color (decimal): -6271953 or 3099808. OLE color: 3099808.
HSL color Cylindrical-coordinate representation of color #A04C2F: hue angle of 15.4º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A04C2F is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 47 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.37 |
| HSL | 15.4º | 0.55% | 0.41% | - |
| HSV(B) | 15.4º | 0.71% | 0.63% | - |
| XYZ | 17.59 | 12.85 | 4.24 | - |
| YUV | 97.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 47 | 0 | 0.52 | 0.71 | 0.37 | 15.4 | 0.55 | 0.41 |
| Hex | A0 | 4C | 2F | 0 | 34 | 47 | 25 | F | 37 | 29 |
| Octal | 240 | 114 | 57 | 0 | 64 | 107 | 45 | 17 | 67 | 51 |
| Binary | 10100000 | 1001100 | 101111 | 0 | 110100 | 1000111 | 100101 | 1111 | 110111 | 101001 |
Color Harmonies of #A04C2F
Complementary color
Monochromatic Colors of #A04C2F
Black with #A04C2F
Text Example
Text Example
White with #A04C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C2F; }
p { color: rgb(160,76,47); }
H1.HeaderClassName
{
color: #A04C2F;
}
.AnyTagClassName
{
color: #A04C2F;
}
</style>
background-color css
<style>
a { background-color: #A04C2F; }
a { background-color: rgb(160,76,47); }
div.DivClassName
{
background-color: #A04C2F;
}
.BgClassName
{
background-color: #A04C2F;
}
</style>
border-color css
<style>
span { border-color: #A04C2F; }
span { border-color: rgb(160,76,47); }
td.TdClassName
{
border-color: #A04C2F;
}
.TagClassName
{
border-color: #A04C2F;
}
</style>