Shades of Golden Brown #A36F00
Tints of Golden Brown #A36F00
RGB
CMYK
RGB Variations
Color information
#A36F00 (or 0xA36F00) is known color: Golden Brown. HEX triplet: A3, 6F and 00. RGB value is (163,111,0). Sum of RGB (Red+Green+Blue) = 163+111+0=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36F00 is #5C90FF. Grayscale: #727272. Windows color (decimal): -6066432 or 28579. OLE color: 28579.
HSL color Cylindrical-coordinate representation of color #A36F00: hue angle of 40.86º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A36F00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.36 |
| HSL | 40.86º | 1% | 0.32% | - |
| HSV(B) | 40.86º | 1% | 0.64% | - |
| XYZ | 20.79 | 19.16 | 2.6 | - |
| YUV | 113.89 | 63.73 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 0 | 0 | 0.32 | 1 | 0.36 | 40.86 | 1 | 0.32 |
| Hex | A3 | 6F | 0 | 0 | 20 | 64 | 24 | 29 | 64 | 20 |
| Octal | 243 | 157 | 0 | 0 | 40 | 144 | 44 | 51 | 144 | 40 |
| Binary | 10100011 | 1101111 | 0 | 0 | 100000 | 1100100 | 100100 | 101001 | 1100100 | 100000 |
Color Harmonies of #A36F00
Complementary color
Monochromatic Colors of #A36F00
Black with #A36F00
Text Example
Text Example
White with #A36F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F00; }
p { color: rgb(163,111,0); }
H1.HeaderClassName
{
color: #A36F00;
}
.AnyTagClassName
{
color: #A36F00;
}
</style>
background-color css
<style>
a { background-color: #A36F00; }
a { background-color: rgb(163,111,0); }
div.DivClassName
{
background-color: #A36F00;
}
.BgClassName
{
background-color: #A36F00;
}
</style>
border-color css
<style>
span { border-color: #A36F00; }
span { border-color: rgb(163,111,0); }
td.TdClassName
{
border-color: #A36F00;
}
.TagClassName
{
border-color: #A36F00;
}
</style>