Shades of Golden Brown #A36C17
Tints of Golden Brown #A36C17
RGB
CMYK
RGB Variations
Color information
#A36C17 (or 0xA36C17) is known color: Golden Brown. HEX triplet: A3, 6C and 17. RGB value is (163,108,23). Sum of RGB (Red+Green+Blue) = 163+108+23=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36C17 is #5C93E8. Grayscale: #737373. Windows color (decimal): -6067177 or 1535139. OLE color: 1535139.
HSL color Cylindrical-coordinate representation of color #A36C17: hue angle of 36.43º 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 #A36C17 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 108 | 23 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.36 |
| HSL | 36.43º | 0.75% | 0.36% | - |
| HSV(B) | 36.43º | 0.86% | 0.64% | - |
| XYZ | 20.62 | 18.57 | 3.31 | - |
| YUV | 114.76 | 76.22 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 23 | 0 | 0.34 | 0.86 | 0.36 | 36.43 | 0.75 | 0.36 |
| Hex | A3 | 6C | 17 | 0 | 22 | 56 | 24 | 24 | 4B | 24 |
| Octal | 243 | 154 | 27 | 0 | 42 | 126 | 44 | 44 | 113 | 44 |
| Binary | 10100011 | 1101100 | 10111 | 0 | 100010 | 1010110 | 100100 | 100100 | 1001011 | 100100 |
Color Harmonies of #A36C17
Complementary color
Monochromatic Colors of #A36C17
Black with #A36C17
Text Example
Text Example
White with #A36C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36C17; }
p { color: rgb(163,108,23); }
H1.HeaderClassName
{
color: #A36C17;
}
.AnyTagClassName
{
color: #A36C17;
}
</style>
background-color css
<style>
a { background-color: #A36C17; }
a { background-color: rgb(163,108,23); }
div.DivClassName
{
background-color: #A36C17;
}
.BgClassName
{
background-color: #A36C17;
}
</style>
border-color css
<style>
span { border-color: #A36C17; }
span { border-color: rgb(163,108,23); }
td.TdClassName
{
border-color: #A36C17;
}
.TagClassName
{
border-color: #A36C17;
}
</style>