Shades of Golden Brown #A96800
Tints of Golden Brown #A96800
RGB
CMYK
RGB Variations
Color information
#A96800 (or 0xA96800) is known color: Golden Brown. HEX triplet: A9, 68 and 00. RGB value is (169,104,0). Sum of RGB (Red+Green+Blue) = 169+104+0=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A96800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96800 is #5697FF. Grayscale: #707070. Windows color (decimal): -5675008 or 26793. OLE color: 26793.
HSL color Cylindrical-coordinate representation of color #A96800: hue angle of 36.92º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A96800 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.34 |
| HSL | 36.92º | 1% | 0.33% | - |
| HSV(B) | 36.92º | 1% | 0.66% | - |
| XYZ | 21.31 | 18.34 | 2.42 | - |
| YUV | 111.58 | 65.03 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 0 | 0 | 0.38 | 1 | 0.34 | 36.92 | 1 | 0.33 |
| Hex | A9 | 68 | 0 | 0 | 26 | 64 | 22 | 25 | 64 | 21 |
| Octal | 251 | 150 | 0 | 0 | 46 | 144 | 42 | 45 | 144 | 41 |
| Binary | 10101001 | 1101000 | 0 | 0 | 100110 | 1100100 | 100010 | 100101 | 1100100 | 100001 |
Color Harmonies of #A96800
Complementary color
Monochromatic Colors of #A96800
Black with #A96800
Text Example
Text Example
White with #A96800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96800; }
p { color: rgb(169,104,0); }
H1.HeaderClassName
{
color: #A96800;
}
.AnyTagClassName
{
color: #A96800;
}
</style>
background-color css
<style>
a { background-color: #A96800; }
a { background-color: rgb(169,104,0); }
div.DivClassName
{
background-color: #A96800;
}
.BgClassName
{
background-color: #A96800;
}
</style>
border-color css
<style>
span { border-color: #A96800; }
span { border-color: rgb(169,104,0); }
td.TdClassName
{
border-color: #A96800;
}
.TagClassName
{
border-color: #A96800;
}
</style>