Shades of Sienna #A0552D
Tints of Sienna #A0552D
RGB
CMYK
RGB Variations
Color information
#A0552D (or 0xA0552D) is known color: Sienna. HEX triplet: A0, 55 and 2D. RGB value is (160,85,45). Sum of RGB (Red+Green+Blue) = 160+85+45=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0552D is #5FAAD2. Grayscale: #676767. Windows color (decimal): -6269651 or 2971040. OLE color: 2971040.
HSL color Cylindrical-coordinate representation of color #A0552D: hue angle of 20.87º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0552D is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 45 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.37 |
| HSL | 20.87º | 0.56% | 0.4% | - |
| HSV(B) | 20.87º | 0.72% | 0.63% | - |
| XYZ | 18.22 | 14.16 | 4.26 | - |
| YUV | 102.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 45 | 0 | 0.47 | 0.72 | 0.37 | 20.87 | 0.56 | 0.4 |
| Hex | A0 | 55 | 2D | 0 | 2F | 48 | 25 | 15 | 38 | 28 |
| Octal | 240 | 125 | 55 | 0 | 57 | 110 | 45 | 25 | 70 | 50 |
| Binary | 10100000 | 1010101 | 101101 | 0 | 101111 | 1001000 | 100101 | 10101 | 111000 | 101000 |
Color Harmonies of #A0552D
Complementary color
Monochromatic Colors of #A0552D
Black with #A0552D
Text Example
Text Example
White with #A0552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0552D; }
p { color: rgb(160,85,45); }
H1.HeaderClassName
{
color: #A0552D;
}
.AnyTagClassName
{
color: #A0552D;
}
</style>
background-color css
<style>
a { background-color: #A0552D; }
a { background-color: rgb(160,85,45); }
div.DivClassName
{
background-color: #A0552D;
}
.BgClassName
{
background-color: #A0552D;
}
</style>
border-color css
<style>
span { border-color: #A0552D; }
span { border-color: rgb(160,85,45); }
td.TdClassName
{
border-color: #A0552D;
}
.TagClassName
{
border-color: #A0552D;
}
</style>