Shades of Golden Brown #A36710
Tints of Golden Brown #A36710
RGB
CMYK
RGB Variations
Color information
#A36710 (or 0xA36710) is known color: Golden Brown. HEX triplet: A3, 67 and 10. RGB value is (163,103,16). Sum of RGB (Red+Green+Blue) = 163+103+16=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A36710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36710 is #5C98EF. Grayscale: #6F6F6F. Windows color (decimal): -6068464 or 1075107. OLE color: 1075107.
HSL color Cylindrical-coordinate representation of color #A36710: hue angle of 35.51º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A36710 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 16 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.36 |
| HSL | 35.51º | 0.82% | 0.35% | - |
| HSV(B) | 35.51º | 0.9% | 0.64% | - |
| XYZ | 20.05 | 17.52 | 2.82 | - |
| YUV | 111.02 | 74.38 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 16 | 0 | 0.37 | 0.90 | 0.36 | 35.51 | 0.82 | 0.35 |
| Hex | A3 | 67 | 10 | 0 | 25 | 5A | 24 | 24 | 52 | 23 |
| Octal | 243 | 147 | 20 | 0 | 45 | 132 | 44 | 44 | 122 | 43 |
| Binary | 10100011 | 1100111 | 10000 | 0 | 100101 | 1011010 | 100100 | 100100 | 1010010 | 100011 |
Color Harmonies of #A36710
Complementary color
Monochromatic Colors of #A36710
Black with #A36710
Text Example
Text Example
White with #A36710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36710; }
p { color: rgb(163,103,16); }
H1.HeaderClassName
{
color: #A36710;
}
.AnyTagClassName
{
color: #A36710;
}
</style>
background-color css
<style>
a { background-color: #A36710; }
a { background-color: rgb(163,103,16); }
div.DivClassName
{
background-color: #A36710;
}
.BgClassName
{
background-color: #A36710;
}
</style>
border-color css
<style>
span { border-color: #A36710; }
span { border-color: rgb(163,103,16); }
td.TdClassName
{
border-color: #A36710;
}
.TagClassName
{
border-color: #A36710;
}
</style>