Shades of Sienna #A45130
Tints of Sienna #A45130
RGB
CMYK
RGB Variations
Color information
#A45130 (or 0xA45130) is known color: Sienna. HEX triplet: A4, 51 and 30. RGB value is (164,81,48). Sum of RGB (Red+Green+Blue) = 164+81+48=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A45130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45130 is #5BAECF. Grayscale: #666666. Windows color (decimal): -6008528 or 3166628. OLE color: 3166628.
HSL color Cylindrical-coordinate representation of color #A45130: hue angle of 17.07º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A45130 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 48 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.36 |
| HSL | 17.07º | 0.55% | 0.42% | - |
| HSV(B) | 17.07º | 0.71% | 0.64% | - |
| XYZ | 18.79 | 13.99 | 4.51 | - |
| YUV | 102.06 | 97.5 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 48 | 0 | 0.51 | 0.71 | 0.36 | 17.07 | 0.55 | 0.42 |
| Hex | A4 | 51 | 30 | 0 | 33 | 47 | 24 | 11 | 37 | 2A |
| Octal | 244 | 121 | 60 | 0 | 63 | 107 | 44 | 21 | 67 | 52 |
| Binary | 10100100 | 1010001 | 110000 | 0 | 110011 | 1000111 | 100100 | 10001 | 110111 | 101010 |
Color Harmonies of #A45130
Complementary color
Monochromatic Colors of #A45130
Black with #A45130
Text Example
Text Example
White with #A45130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45130; }
p { color: rgb(164,81,48); }
H1.HeaderClassName
{
color: #A45130;
}
.AnyTagClassName
{
color: #A45130;
}
</style>
background-color css
<style>
a { background-color: #A45130; }
a { background-color: rgb(164,81,48); }
div.DivClassName
{
background-color: #A45130;
}
.BgClassName
{
background-color: #A45130;
}
</style>
border-color css
<style>
span { border-color: #A45130; }
span { border-color: rgb(164,81,48); }
td.TdClassName
{
border-color: #A45130;
}
.TagClassName
{
border-color: #A45130;
}
</style>