Shades of Sienna #A5552E
Tints of Sienna #A5552E
RGB
CMYK
RGB Variations
Color information
#A5552E (or 0xA5552E) is known color: Sienna. HEX triplet: A5, 55 and 2E. RGB value is (165,85,46). Sum of RGB (Red+Green+Blue) = 165+85+46=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A5552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5552E is #5AAAD1. Grayscale: #686868. Windows color (decimal): -5941970 or 3036581. OLE color: 3036581.
HSL color Cylindrical-coordinate representation of color #A5552E: hue angle of 19.66º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5552E is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 85 | 46 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.35 |
| HSL | 19.66º | 0.56% | 0.41% | - |
| HSV(B) | 19.66º | 0.72% | 0.65% | - |
| XYZ | 19.26 | 14.69 | 4.41 | - |
| YUV | 104.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 46 | 0 | 0.48 | 0.72 | 0.35 | 19.66 | 0.56 | 0.41 |
| Hex | A5 | 55 | 2E | 0 | 30 | 48 | 23 | 14 | 38 | 29 |
| Octal | 245 | 125 | 56 | 0 | 60 | 110 | 43 | 24 | 70 | 51 |
| Binary | 10100101 | 1010101 | 101110 | 0 | 110000 | 1001000 | 100011 | 10100 | 111000 | 101001 |
Color Harmonies of #A5552E
Complementary color
Monochromatic Colors of #A5552E
Black with #A5552E
Text Example
Text Example
White with #A5552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5552E; }
p { color: rgb(165,85,46); }
H1.HeaderClassName
{
color: #A5552E;
}
.AnyTagClassName
{
color: #A5552E;
}
</style>
background-color css
<style>
a { background-color: #A5552E; }
a { background-color: rgb(165,85,46); }
div.DivClassName
{
background-color: #A5552E;
}
.BgClassName
{
background-color: #A5552E;
}
</style>
border-color css
<style>
span { border-color: #A5552E; }
span { border-color: rgb(165,85,46); }
td.TdClassName
{
border-color: #A5552E;
}
.TagClassName
{
border-color: #A5552E;
}
</style>