Shades of Golden Brown #A3560E
Tints of Golden Brown #A3560E
RGB
CMYK
RGB Variations
Color information
#A3560E (or 0xA3560E) is known color: Golden Brown. HEX triplet: A3, 56 and 0E. RGB value is (163,86,14). Sum of RGB (Red+Green+Blue) = 163+86+14=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A3560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3560E is #5CA9F1. Grayscale: #656565. Windows color (decimal): -6072818 or 939683. OLE color: 939683.
HSL color Cylindrical-coordinate representation of color #A3560E: hue angle of 28.99º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3560E is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 86 | 14 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.36 |
| HSL | 28.99º | 0.84% | 0.35% | - |
| HSV(B) | 28.99º | 0.91% | 0.64% | - |
| XYZ | 18.51 | 14.47 | 2.23 | - |
| YUV | 100.82 | 79.01 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 14 | 0 | 0.47 | 0.91 | 0.36 | 28.99 | 0.84 | 0.35 |
| Hex | A3 | 56 | E | 0 | 2F | 5B | 24 | 1D | 54 | 23 |
| Octal | 243 | 126 | 16 | 0 | 57 | 133 | 44 | 35 | 124 | 43 |
| Binary | 10100011 | 1010110 | 1110 | 0 | 101111 | 1011011 | 100100 | 11101 | 1010100 | 100011 |
Color Harmonies of #A3560E
Complementary color
Monochromatic Colors of #A3560E
Black with #A3560E
Text Example
Text Example
White with #A3560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3560E; }
p { color: rgb(163,86,14); }
H1.HeaderClassName
{
color: #A3560E;
}
.AnyTagClassName
{
color: #A3560E;
}
</style>
background-color css
<style>
a { background-color: #A3560E; }
a { background-color: rgb(163,86,14); }
div.DivClassName
{
background-color: #A3560E;
}
.BgClassName
{
background-color: #A3560E;
}
</style>
border-color css
<style>
span { border-color: #A3560E; }
span { border-color: rgb(163,86,14); }
td.TdClassName
{
border-color: #A3560E;
}
.TagClassName
{
border-color: #A3560E;
}
</style>