Shades of Golden Brown #A3700D
Tints of Golden Brown #A3700D
RGB
CMYK
RGB Variations
Color information
#A3700D (or 0xA3700D) is known color: Golden Brown. HEX triplet: A3, 70 and 0D. RGB value is (163,112,13). Sum of RGB (Red+Green+Blue) = 163+112+13=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A3700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3700D is #5C8FF2. Grayscale: #747474. Windows color (decimal): -6066163 or 880803. OLE color: 880803.
HSL color Cylindrical-coordinate representation of color #A3700D: hue angle of 39.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3700D is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 112 | 13 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.36 |
| HSL | 39.6º | 0.85% | 0.35% | - |
| HSV(B) | 39.6º | 0.92% | 0.64% | - |
| XYZ | 20.97 | 19.4 | 3.02 | - |
| YUV | 115.96 | 69.9 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 13 | 0 | 0.31 | 0.92 | 0.36 | 39.6 | 0.85 | 0.35 |
| Hex | A3 | 70 | D | 0 | 1F | 5C | 24 | 28 | 55 | 23 |
| Octal | 243 | 160 | 15 | 0 | 37 | 134 | 44 | 50 | 125 | 43 |
| Binary | 10100011 | 1110000 | 1101 | 0 | 11111 | 1011100 | 100100 | 101000 | 1010101 | 100011 |
Color Harmonies of #A3700D
Complementary color
Monochromatic Colors of #A3700D
Black with #A3700D
Text Example
Text Example
White with #A3700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3700D; }
p { color: rgb(163,112,13); }
H1.HeaderClassName
{
color: #A3700D;
}
.AnyTagClassName
{
color: #A3700D;
}
</style>
background-color css
<style>
a { background-color: #A3700D; }
a { background-color: rgb(163,112,13); }
div.DivClassName
{
background-color: #A3700D;
}
.BgClassName
{
background-color: #A3700D;
}
</style>
border-color css
<style>
span { border-color: #A3700D; }
span { border-color: rgb(163,112,13); }
td.TdClassName
{
border-color: #A3700D;
}
.TagClassName
{
border-color: #A3700D;
}
</style>