Shades of Sienna #A04B2C
Tints of Sienna #A04B2C
RGB
CMYK
RGB Variations
Color information
#A04B2C (or 0xA04B2C) is known color: Sienna. HEX triplet: A0, 4B and 2C. RGB value is (160,75,44). Sum of RGB (Red+Green+Blue) = 160+75+44=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04B2C is #5FB4D3. Grayscale: #616161. Windows color (decimal): -6272212 or 2902944. OLE color: 2902944.
HSL color Cylindrical-coordinate representation of color #A04B2C: hue angle of 16.03º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A04B2C is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 75 | 44 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.37 |
| HSL | 16.03º | 0.57% | 0.4% | - |
| HSV(B) | 16.03º | 0.73% | 0.63% | - |
| XYZ | 17.47 | 12.69 | 3.91 | - |
| YUV | 96.88 | 98.16 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 44 | 0 | 0.53 | 0.72 | 0.37 | 16.03 | 0.57 | 0.4 |
| Hex | A0 | 4B | 2C | 0 | 35 | 48 | 25 | 10 | 39 | 28 |
| Octal | 240 | 113 | 54 | 0 | 65 | 110 | 45 | 20 | 71 | 50 |
| Binary | 10100000 | 1001011 | 101100 | 0 | 110101 | 1001000 | 100101 | 10000 | 111001 | 101000 |
Color Harmonies of #A04B2C
Complementary color
Monochromatic Colors of #A04B2C
Black with #A04B2C
Text Example
Text Example
White with #A04B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04B2C; }
p { color: rgb(160,75,44); }
H1.HeaderClassName
{
color: #A04B2C;
}
.AnyTagClassName
{
color: #A04B2C;
}
</style>
background-color css
<style>
a { background-color: #A04B2C; }
a { background-color: rgb(160,75,44); }
div.DivClassName
{
background-color: #A04B2C;
}
.BgClassName
{
background-color: #A04B2C;
}
</style>
border-color css
<style>
span { border-color: #A04B2C; }
span { border-color: rgb(160,75,44); }
td.TdClassName
{
border-color: #A04B2C;
}
.TagClassName
{
border-color: #A04B2C;
}
</style>