Shades of Golden Brown #A36F12
Tints of Golden Brown #A36F12
RGB
CMYK
RGB Variations
Color information
#A36F12 (or 0xA36F12) is known color: Golden Brown. HEX triplet: A3, 6F and 12. RGB value is (163,111,18). Sum of RGB (Red+Green+Blue) = 163+111+18=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36F12 is #5C90ED. Grayscale: #747474. Windows color (decimal): -6066414 or 1208227. OLE color: 1208227.
HSL color Cylindrical-coordinate representation of color #A36F12: hue angle of 38.48º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A36F12 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 18 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.36 |
| HSL | 38.48º | 0.8% | 0.35% | - |
| HSV(B) | 38.48º | 0.89% | 0.64% | - |
| XYZ | 20.9 | 19.2 | 3.18 | - |
| YUV | 115.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 18 | 0 | 0.32 | 0.89 | 0.36 | 38.48 | 0.8 | 0.35 |
| Hex | A3 | 6F | 12 | 0 | 20 | 59 | 24 | 26 | 50 | 23 |
| Octal | 243 | 157 | 22 | 0 | 40 | 131 | 44 | 46 | 120 | 43 |
| Binary | 10100011 | 1101111 | 10010 | 0 | 100000 | 1011001 | 100100 | 100110 | 1010000 | 100011 |
Color Harmonies of #A36F12
Complementary color
Monochromatic Colors of #A36F12
Black with #A36F12
Text Example
Text Example
White with #A36F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F12; }
p { color: rgb(163,111,18); }
H1.HeaderClassName
{
color: #A36F12;
}
.AnyTagClassName
{
color: #A36F12;
}
</style>
background-color css
<style>
a { background-color: #A36F12; }
a { background-color: rgb(163,111,18); }
div.DivClassName
{
background-color: #A36F12;
}
.BgClassName
{
background-color: #A36F12;
}
</style>
border-color css
<style>
span { border-color: #A36F12; }
span { border-color: rgb(163,111,18); }
td.TdClassName
{
border-color: #A36F12;
}
.TagClassName
{
border-color: #A36F12;
}
</style>