Shades of Golden Brown #A36314
Tints of Golden Brown #A36314
RGB
CMYK
RGB Variations
Color information
#A36314 (or 0xA36314) is known color: Golden Brown. HEX triplet: A3, 63 and 14. RGB value is (163,99,20). Sum of RGB (Red+Green+Blue) = 163+99+20=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A36314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36314 is #5C9CEB. Grayscale: #6D6D6D. Windows color (decimal): -6069484 or 1336227. OLE color: 1336227.
HSL color Cylindrical-coordinate representation of color #A36314: hue angle of 33.15º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A36314 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 99 | 20 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.36 |
| HSL | 33.15º | 0.78% | 0.36% | - |
| HSV(B) | 33.15º | 0.88% | 0.64% | - |
| XYZ | 19.69 | 16.76 | 2.86 | - |
| YUV | 109.13 | 77.7 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 20 | 0 | 0.39 | 0.88 | 0.36 | 33.15 | 0.78 | 0.36 |
| Hex | A3 | 63 | 14 | 0 | 27 | 58 | 24 | 21 | 4E | 24 |
| Octal | 243 | 143 | 24 | 0 | 47 | 130 | 44 | 41 | 116 | 44 |
| Binary | 10100011 | 1100011 | 10100 | 0 | 100111 | 1011000 | 100100 | 100001 | 1001110 | 100100 |
Color Harmonies of #A36314
Complementary color
Monochromatic Colors of #A36314
Black with #A36314
Text Example
Text Example
White with #A36314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36314; }
p { color: rgb(163,99,20); }
H1.HeaderClassName
{
color: #A36314;
}
.AnyTagClassName
{
color: #A36314;
}
</style>
background-color css
<style>
a { background-color: #A36314; }
a { background-color: rgb(163,99,20); }
div.DivClassName
{
background-color: #A36314;
}
.BgClassName
{
background-color: #A36314;
}
</style>
border-color css
<style>
span { border-color: #A36314; }
span { border-color: rgb(163,99,20); }
td.TdClassName
{
border-color: #A36314;
}
.TagClassName
{
border-color: #A36314;
}
</style>