Shades of Golden Brown #A36714
Tints of Golden Brown #A36714
RGB
CMYK
RGB Variations
Color information
#A36714 (or 0xA36714) is known color: Golden Brown. HEX triplet: A3, 67 and 14. RGB value is (163,103,20). Sum of RGB (Red+Green+Blue) = 163+103+20=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A36714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36714 is #5C98EB. Grayscale: #6F6F6F. Windows color (decimal): -6068460 or 1337251. OLE color: 1337251.
HSL color Cylindrical-coordinate representation of color #A36714: hue angle of 34.83º 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 #A36714 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 20 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.36 |
| HSL | 34.83º | 0.78% | 0.36% | - |
| HSV(B) | 34.83º | 0.88% | 0.64% | - |
| XYZ | 20.08 | 17.54 | 2.99 | - |
| YUV | 111.48 | 76.38 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 20 | 0 | 0.37 | 0.88 | 0.36 | 34.83 | 0.78 | 0.36 |
| Hex | A3 | 67 | 14 | 0 | 25 | 58 | 24 | 23 | 4E | 24 |
| Octal | 243 | 147 | 24 | 0 | 45 | 130 | 44 | 43 | 116 | 44 |
| Binary | 10100011 | 1100111 | 10100 | 0 | 100101 | 1011000 | 100100 | 100011 | 1001110 | 100100 |
Color Harmonies of #A36714
Complementary color
Monochromatic Colors of #A36714
Black with #A36714
Text Example
Text Example
White with #A36714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36714; }
p { color: rgb(163,103,20); }
H1.HeaderClassName
{
color: #A36714;
}
.AnyTagClassName
{
color: #A36714;
}
</style>
background-color css
<style>
a { background-color: #A36714; }
a { background-color: rgb(163,103,20); }
div.DivClassName
{
background-color: #A36714;
}
.BgClassName
{
background-color: #A36714;
}
</style>
border-color css
<style>
span { border-color: #A36714; }
span { border-color: rgb(163,103,20); }
td.TdClassName
{
border-color: #A36714;
}
.TagClassName
{
border-color: #A36714;
}
</style>