Shades of Golden Brown #A36215
Tints of Golden Brown #A36215
RGB
CMYK
RGB Variations
Color information
#A36215 (or 0xA36215) is known color: Golden Brown. HEX triplet: A3, 62 and 15. RGB value is (163,98,21). Sum of RGB (Red+Green+Blue) = 163+98+21=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A36215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36215 is #5C9DEA. Grayscale: #6D6D6D. Windows color (decimal): -6069739 or 1401507. OLE color: 1401507.
HSL color Cylindrical-coordinate representation of color #A36215: hue angle of 32.54º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A36215 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 98 | 21 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.36 |
| HSL | 32.54º | 0.77% | 0.36% | - |
| HSV(B) | 32.54º | 0.87% | 0.64% | - |
| XYZ | 19.61 | 16.58 | 2.88 | - |
| YUV | 108.66 | 78.53 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 21 | 0 | 0.40 | 0.87 | 0.36 | 32.54 | 0.77 | 0.36 |
| Hex | A3 | 62 | 15 | 0 | 28 | 57 | 24 | 21 | 4D | 24 |
| Octal | 243 | 142 | 25 | 0 | 50 | 127 | 44 | 41 | 115 | 44 |
| Binary | 10100011 | 1100010 | 10101 | 0 | 101000 | 1010111 | 100100 | 100001 | 1001101 | 100100 |
Color Harmonies of #A36215
Complementary color
Monochromatic Colors of #A36215
Black with #A36215
Text Example
Text Example
White with #A36215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36215; }
p { color: rgb(163,98,21); }
H1.HeaderClassName
{
color: #A36215;
}
.AnyTagClassName
{
color: #A36215;
}
</style>
background-color css
<style>
a { background-color: #A36215; }
a { background-color: rgb(163,98,21); }
div.DivClassName
{
background-color: #A36215;
}
.BgClassName
{
background-color: #A36215;
}
</style>
border-color css
<style>
span { border-color: #A36215; }
span { border-color: rgb(163,98,21); }
td.TdClassName
{
border-color: #A36215;
}
.TagClassName
{
border-color: #A36215;
}
</style>