Shades of Sienna #A4562F
Tints of Sienna #A4562F
RGB
CMYK
RGB Variations
Color information
#A4562F (or 0xA4562F) is known color: Sienna. HEX triplet: A4, 56 and 2F. RGB value is (164,86,47). Sum of RGB (Red+Green+Blue) = 164+86+47=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A4562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4562F is #5BA9D0. Grayscale: #696969. Windows color (decimal): -6007249 or 3102372. OLE color: 3102372.
HSL color Cylindrical-coordinate representation of color #A4562F: hue angle of 20º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4562F is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 86 | 47 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.36 |
| HSL | 20º | 0.55% | 0.41% | - |
| HSV(B) | 20º | 0.71% | 0.64% | - |
| XYZ | 19.15 | 14.75 | 4.53 | - |
| YUV | 104.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 47 | 0 | 0.48 | 0.71 | 0.36 | 20 | 0.55 | 0.41 |
| Hex | A4 | 56 | 2F | 0 | 30 | 47 | 24 | 14 | 37 | 29 |
| Octal | 244 | 126 | 57 | 0 | 60 | 107 | 44 | 24 | 67 | 51 |
| Binary | 10100100 | 1010110 | 101111 | 0 | 110000 | 1000111 | 100100 | 10100 | 110111 | 101001 |
Color Harmonies of #A4562F
Complementary color
Monochromatic Colors of #A4562F
Black with #A4562F
Text Example
Text Example
White with #A4562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4562F; }
p { color: rgb(164,86,47); }
H1.HeaderClassName
{
color: #A4562F;
}
.AnyTagClassName
{
color: #A4562F;
}
</style>
background-color css
<style>
a { background-color: #A4562F; }
a { background-color: rgb(164,86,47); }
div.DivClassName
{
background-color: #A4562F;
}
.BgClassName
{
background-color: #A4562F;
}
</style>
border-color css
<style>
span { border-color: #A4562F; }
span { border-color: rgb(164,86,47); }
td.TdClassName
{
border-color: #A4562F;
}
.TagClassName
{
border-color: #A4562F;
}
</style>