Shades of Golden Brown #A36500
Tints of Golden Brown #A36500
RGB
CMYK
RGB Variations
Color information
#A36500 (or 0xA36500) is known color: Golden Brown. HEX triplet: A3, 65 and 00. RGB value is (163,101,0). Sum of RGB (Red+Green+Blue) = 163+101+0=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A36500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36500 is #5C9AFF. Grayscale: #6C6C6C. Windows color (decimal): -6068992 or 26019. OLE color: 26019.
HSL color Cylindrical-coordinate representation of color #A36500: hue angle of 37.18º 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 #A36500 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.36 |
| HSL | 37.18º | 1% | 0.32% | - |
| HSV(B) | 37.18º | 1% | 0.64% | - |
| XYZ | 19.76 | 17.09 | 2.26 | - |
| YUV | 108.02 | 67.04 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 0 | 0 | 0.38 | 1 | 0.36 | 37.18 | 1 | 0.32 |
| Hex | A3 | 65 | 0 | 0 | 26 | 64 | 24 | 25 | 64 | 20 |
| Octal | 243 | 145 | 0 | 0 | 46 | 144 | 44 | 45 | 144 | 40 |
| Binary | 10100011 | 1100101 | 0 | 0 | 100110 | 1100100 | 100100 | 100101 | 1100100 | 100000 |
Color Harmonies of #A36500
Complementary color
Monochromatic Colors of #A36500
Black with #A36500
Text Example
Text Example
White with #A36500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36500; }
p { color: rgb(163,101,0); }
H1.HeaderClassName
{
color: #A36500;
}
.AnyTagClassName
{
color: #A36500;
}
</style>
background-color css
<style>
a { background-color: #A36500; }
a { background-color: rgb(163,101,0); }
div.DivClassName
{
background-color: #A36500;
}
.BgClassName
{
background-color: #A36500;
}
</style>
border-color css
<style>
span { border-color: #A36500; }
span { border-color: rgb(163,101,0); }
td.TdClassName
{
border-color: #A36500;
}
.TagClassName
{
border-color: #A36500;
}
</style>