Shades of Golden Brown #A3710D
Tints of Golden Brown #A3710D
RGB
CMYK
RGB Variations
Color information
#A3710D (or 0xA3710D) is known color: Golden Brown. HEX triplet: A3, 71 and 0D. RGB value is (163,113,13). Sum of RGB (Red+Green+Blue) = 163+113+13=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3710D is #5C8EF2. Grayscale: #757575. Windows color (decimal): -6065907 or 881059. OLE color: 881059.
HSL color Cylindrical-coordinate representation of color #A3710D: hue angle of 40º 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 #A3710D is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 113 | 13 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.36 |
| HSL | 40º | 0.85% | 0.35% | - |
| HSV(B) | 40º | 0.92% | 0.64% | - |
| XYZ | 21.08 | 19.63 | 3.06 | - |
| YUV | 116.55 | 69.57 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 13 | 0 | 0.31 | 0.92 | 0.36 | 40 | 0.85 | 0.35 |
| Hex | A3 | 71 | D | 0 | 1F | 5C | 24 | 28 | 55 | 23 |
| Octal | 243 | 161 | 15 | 0 | 37 | 134 | 44 | 50 | 125 | 43 |
| Binary | 10100011 | 1110001 | 1101 | 0 | 11111 | 1011100 | 100100 | 101000 | 1010101 | 100011 |
Color Harmonies of #A3710D
Complementary color
Monochromatic Colors of #A3710D
Black with #A3710D
Text Example
Text Example
White with #A3710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3710D; }
p { color: rgb(163,113,13); }
H1.HeaderClassName
{
color: #A3710D;
}
.AnyTagClassName
{
color: #A3710D;
}
</style>
background-color css
<style>
a { background-color: #A3710D; }
a { background-color: rgb(163,113,13); }
div.DivClassName
{
background-color: #A3710D;
}
.BgClassName
{
background-color: #A3710D;
}
</style>
border-color css
<style>
span { border-color: #A3710D; }
span { border-color: rgb(163,113,13); }
td.TdClassName
{
border-color: #A3710D;
}
.TagClassName
{
border-color: #A3710D;
}
</style>