Shades of Golden Brown #A9650A
Tints of Golden Brown #A9650A
RGB
CMYK
RGB Variations
Color information
#A9650A (or 0xA9650A) is known color: Golden Brown. HEX triplet: A9, 65 and 0A. RGB value is (169,101,10). Sum of RGB (Red+Green+Blue) = 169+101+10=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A9650A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9650A is #569AF5. Grayscale: #6F6F6F. Windows color (decimal): -5675766 or 681385. OLE color: 681385.
HSL color Cylindrical-coordinate representation of color #A9650A: hue angle of 34.34º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9650A is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 101 | 10 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.34 |
| HSL | 34.34º | 0.89% | 0.35% | - |
| HSV(B) | 34.34º | 0.94% | 0.66% | - |
| XYZ | 21.07 | 17.76 | 2.61 | - |
| YUV | 110.96 | 71.03 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 10 | 0 | 0.40 | 0.94 | 0.34 | 34.34 | 0.89 | 0.35 |
| Hex | A9 | 65 | A | 0 | 28 | 5E | 22 | 22 | 59 | 23 |
| Octal | 251 | 145 | 12 | 0 | 50 | 136 | 42 | 42 | 131 | 43 |
| Binary | 10101001 | 1100101 | 1010 | 0 | 101000 | 1011110 | 100010 | 100010 | 1011001 | 100011 |
Color Harmonies of #A9650A
Complementary color
Monochromatic Colors of #A9650A
Black with #A9650A
Text Example
Text Example
White with #A9650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9650A; }
p { color: rgb(169,101,10); }
H1.HeaderClassName
{
color: #A9650A;
}
.AnyTagClassName
{
color: #A9650A;
}
</style>
background-color css
<style>
a { background-color: #A9650A; }
a { background-color: rgb(169,101,10); }
div.DivClassName
{
background-color: #A9650A;
}
.BgClassName
{
background-color: #A9650A;
}
</style>
border-color css
<style>
span { border-color: #A9650A; }
span { border-color: rgb(169,101,10); }
td.TdClassName
{
border-color: #A9650A;
}
.TagClassName
{
border-color: #A9650A;
}
</style>