Shades of Golden Brown #A36A1E
Tints of Golden Brown #A36A1E
RGB
CMYK
RGB Variations
Color information
#A36A1E (or 0xA36A1E) is known color: Golden Brown. HEX triplet: A3, 6A and 1E. RGB value is (163,106,30). Sum of RGB (Red+Green+Blue) = 163+106+30=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36A1E is #5C95E1. Grayscale: #727272. Windows color (decimal): -6067682 or 1993379. OLE color: 1993379.
HSL color Cylindrical-coordinate representation of color #A36A1E: hue angle of 34.29º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A36A1E is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 106 | 30 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.36 |
| HSL | 34.29º | 0.69% | 0.38% | - |
| HSV(B) | 34.29º | 0.82% | 0.64% | - |
| XYZ | 20.49 | 18.19 | 3.66 | - |
| YUV | 114.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 30 | 0 | 0.35 | 0.82 | 0.36 | 34.29 | 0.69 | 0.38 |
| Hex | A3 | 6A | 1E | 0 | 23 | 52 | 24 | 22 | 45 | 26 |
| Octal | 243 | 152 | 36 | 0 | 43 | 122 | 44 | 42 | 105 | 46 |
| Binary | 10100011 | 1101010 | 11110 | 0 | 100011 | 1010010 | 100100 | 100010 | 1000101 | 100110 |
Color Harmonies of #A36A1E
Complementary color
Monochromatic Colors of #A36A1E
Black with #A36A1E
Text Example
Text Example
White with #A36A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36A1E; }
p { color: rgb(163,106,30); }
H1.HeaderClassName
{
color: #A36A1E;
}
.AnyTagClassName
{
color: #A36A1E;
}
</style>
background-color css
<style>
a { background-color: #A36A1E; }
a { background-color: rgb(163,106,30); }
div.DivClassName
{
background-color: #A36A1E;
}
.BgClassName
{
background-color: #A36A1E;
}
</style>
border-color css
<style>
span { border-color: #A36A1E; }
span { border-color: rgb(163,106,30); }
td.TdClassName
{
border-color: #A36A1E;
}
.TagClassName
{
border-color: #A36A1E;
}
</style>