Shades of Sienna #A5512C
Tints of Sienna #A5512C
RGB
CMYK
RGB Variations
Color information
#A5512C (or 0xA5512C) is known color: Sienna. HEX triplet: A5, 51 and 2C. RGB value is (165,81,44). Sum of RGB (Red+Green+Blue) = 165+81+44=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A5512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5512C is #5AAED3. Grayscale: #666666. Windows color (decimal): -5942996 or 2904485. OLE color: 2904485.
HSL color Cylindrical-coordinate representation of color #A5512C: hue angle of 18.35º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5512C is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 44 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.35 |
| HSL | 18.35º | 0.58% | 0.41% | - |
| HSV(B) | 18.35º | 0.73% | 0.65% | - |
| XYZ | 18.91 | 14.07 | 4.1 | - |
| YUV | 101.9 | 95.33 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 44 | 0 | 0.51 | 0.73 | 0.35 | 18.35 | 0.58 | 0.41 |
| Hex | A5 | 51 | 2C | 0 | 33 | 49 | 23 | 12 | 3A | 29 |
| Octal | 245 | 121 | 54 | 0 | 63 | 111 | 43 | 22 | 72 | 51 |
| Binary | 10100101 | 1010001 | 101100 | 0 | 110011 | 1001001 | 100011 | 10010 | 111010 | 101001 |
Color Harmonies of #A5512C
Complementary color
Monochromatic Colors of #A5512C
Black with #A5512C
Text Example
Text Example
White with #A5512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5512C; }
p { color: rgb(165,81,44); }
H1.HeaderClassName
{
color: #A5512C;
}
.AnyTagClassName
{
color: #A5512C;
}
</style>
background-color css
<style>
a { background-color: #A5512C; }
a { background-color: rgb(165,81,44); }
div.DivClassName
{
background-color: #A5512C;
}
.BgClassName
{
background-color: #A5512C;
}
</style>
border-color css
<style>
span { border-color: #A5512C; }
span { border-color: rgb(165,81,44); }
td.TdClassName
{
border-color: #A5512C;
}
.TagClassName
{
border-color: #A5512C;
}
</style>