Shades of Golden Brown #A36900
Tints of Golden Brown #A36900
RGB
CMYK
RGB Variations
Color information
#A36900 (or 0xA36900) is known color: Golden Brown. HEX triplet: A3, 69 and 00. RGB value is (163,105,0). Sum of RGB (Red+Green+Blue) = 163+105+0=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A36900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36900 is #5C96FF. Grayscale: #6E6E6E. Windows color (decimal): -6067968 or 27043. OLE color: 27043.
HSL color Cylindrical-coordinate representation of color #A36900: hue angle of 38.65º 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 #A36900 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.36 |
| HSL | 38.65º | 1% | 0.32% | - |
| HSV(B) | 38.65º | 1% | 0.64% | - |
| XYZ | 20.16 | 17.89 | 2.39 | - |
| YUV | 110.37 | 65.72 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 0 | 0 | 0.36 | 1 | 0.36 | 38.65 | 1 | 0.32 |
| Hex | A3 | 69 | 0 | 0 | 24 | 64 | 24 | 27 | 64 | 20 |
| Octal | 243 | 151 | 0 | 0 | 44 | 144 | 44 | 47 | 144 | 40 |
| Binary | 10100011 | 1101001 | 0 | 0 | 100100 | 1100100 | 100100 | 100111 | 1100100 | 100000 |
Color Harmonies of #A36900
Complementary color
Monochromatic Colors of #A36900
Black with #A36900
Text Example
Text Example
White with #A36900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36900; }
p { color: rgb(163,105,0); }
H1.HeaderClassName
{
color: #A36900;
}
.AnyTagClassName
{
color: #A36900;
}
</style>
background-color css
<style>
a { background-color: #A36900; }
a { background-color: rgb(163,105,0); }
div.DivClassName
{
background-color: #A36900;
}
.BgClassName
{
background-color: #A36900;
}
</style>
border-color css
<style>
span { border-color: #A36900; }
span { border-color: rgb(163,105,0); }
td.TdClassName
{
border-color: #A36900;
}
.TagClassName
{
border-color: #A36900;
}
</style>