Shades of Golden Brown #A3610D
Tints of Golden Brown #A3610D
RGB
CMYK
RGB Variations
Color information
#A3610D (or 0xA3610D) is known color: Golden Brown. HEX triplet: A3, 61 and 0D. RGB value is (163,97,13). Sum of RGB (Red+Green+Blue) = 163+97+13=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3610D is #5C9EF2. Grayscale: #6B6B6B. Windows color (decimal): -6070003 or 876963. OLE color: 876963.
HSL color Cylindrical-coordinate representation of color #A3610D: hue angle of 33.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 #A3610D is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 97 | 13 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.36 |
| HSL | 33.6º | 0.85% | 0.35% | - |
| HSV(B) | 33.6º | 0.92% | 0.64% | - |
| XYZ | 19.45 | 16.36 | 2.51 | - |
| YUV | 107.16 | 74.87 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 13 | 0 | 0.40 | 0.92 | 0.36 | 33.6 | 0.85 | 0.35 |
| Hex | A3 | 61 | D | 0 | 28 | 5C | 24 | 22 | 55 | 23 |
| Octal | 243 | 141 | 15 | 0 | 50 | 134 | 44 | 42 | 125 | 43 |
| Binary | 10100011 | 1100001 | 1101 | 0 | 101000 | 1011100 | 100100 | 100010 | 1010101 | 100011 |
Color Harmonies of #A3610D
Complementary color
Monochromatic Colors of #A3610D
Black with #A3610D
Text Example
Text Example
White with #A3610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3610D; }
p { color: rgb(163,97,13); }
H1.HeaderClassName
{
color: #A3610D;
}
.AnyTagClassName
{
color: #A3610D;
}
</style>
background-color css
<style>
a { background-color: #A3610D; }
a { background-color: rgb(163,97,13); }
div.DivClassName
{
background-color: #A3610D;
}
.BgClassName
{
background-color: #A3610D;
}
</style>
border-color css
<style>
span { border-color: #A3610D; }
span { border-color: rgb(163,97,13); }
td.TdClassName
{
border-color: #A3610D;
}
.TagClassName
{
border-color: #A3610D;
}
</style>