Shades of Golden Brown #A96605
Tints of Golden Brown #A96605
RGB
CMYK
RGB Variations
Color information
#A96605 (or 0xA96605) is known color: Golden Brown. HEX triplet: A9, 66 and 05. RGB value is (169,102,5). Sum of RGB (Red+Green+Blue) = 169+102+5=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A96605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96605 is #5699FA. Grayscale: #6F6F6F. Windows color (decimal): -5675515 or 353961. OLE color: 353961.
HSL color Cylindrical-coordinate representation of color #A96605: hue angle of 35.49º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A96605 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 102 | 5 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.34 |
| HSL | 35.49º | 0.94% | 0.34% | - |
| HSV(B) | 35.49º | 0.97% | 0.66% | - |
| XYZ | 21.14 | 17.95 | 2.49 | - |
| YUV | 110.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 5 | 0 | 0.40 | 0.97 | 0.34 | 35.49 | 0.94 | 0.34 |
| Hex | A9 | 66 | 5 | 0 | 28 | 61 | 22 | 23 | 5E | 22 |
| Octal | 251 | 146 | 5 | 0 | 50 | 141 | 42 | 43 | 136 | 42 |
| Binary | 10101001 | 1100110 | 101 | 0 | 101000 | 1100001 | 100010 | 100011 | 1011110 | 100010 |
Color Harmonies of #A96605
Complementary color
Monochromatic Colors of #A96605
Black with #A96605
Text Example
Text Example
White with #A96605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96605; }
p { color: rgb(169,102,5); }
H1.HeaderClassName
{
color: #A96605;
}
.AnyTagClassName
{
color: #A96605;
}
</style>
background-color css
<style>
a { background-color: #A96605; }
a { background-color: rgb(169,102,5); }
div.DivClassName
{
background-color: #A96605;
}
.BgClassName
{
background-color: #A96605;
}
</style>
border-color css
<style>
span { border-color: #A96605; }
span { border-color: rgb(169,102,5); }
td.TdClassName
{
border-color: #A96605;
}
.TagClassName
{
border-color: #A96605;
}
</style>