Shades of Golden Brown #A36817
Tints of Golden Brown #A36817
RGB
CMYK
RGB Variations
Color information
#A36817 (or 0xA36817) is known color: Golden Brown. HEX triplet: A3, 68 and 17. RGB value is (163,104,23). Sum of RGB (Red+Green+Blue) = 163+104+23=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A36817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36817 is #5C97E8. Grayscale: #707070. Windows color (decimal): -6068201 or 1534115. OLE color: 1534115.
HSL color Cylindrical-coordinate representation of color #A36817: hue angle of 34.71º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A36817 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 23 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.36 |
| HSL | 34.71º | 0.75% | 0.36% | - |
| HSV(B) | 34.71º | 0.86% | 0.64% | - |
| XYZ | 20.21 | 17.75 | 3.17 | - |
| YUV | 112.41 | 77.55 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 23 | 0 | 0.36 | 0.86 | 0.36 | 34.71 | 0.75 | 0.36 |
| Hex | A3 | 68 | 17 | 0 | 24 | 56 | 24 | 23 | 4B | 24 |
| Octal | 243 | 150 | 27 | 0 | 44 | 126 | 44 | 43 | 113 | 44 |
| Binary | 10100011 | 1101000 | 10111 | 0 | 100100 | 1010110 | 100100 | 100011 | 1001011 | 100100 |
Color Harmonies of #A36817
Complementary color
Monochromatic Colors of #A36817
Black with #A36817
Text Example
Text Example
White with #A36817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36817; }
p { color: rgb(163,104,23); }
H1.HeaderClassName
{
color: #A36817;
}
.AnyTagClassName
{
color: #A36817;
}
</style>
background-color css
<style>
a { background-color: #A36817; }
a { background-color: rgb(163,104,23); }
div.DivClassName
{
background-color: #A36817;
}
.BgClassName
{
background-color: #A36817;
}
</style>
border-color css
<style>
span { border-color: #A36817; }
span { border-color: rgb(163,104,23); }
td.TdClassName
{
border-color: #A36817;
}
.TagClassName
{
border-color: #A36817;
}
</style>