Shades of Golden Brown #A9640A
Tints of Golden Brown #A9640A
RGB
CMYK
RGB Variations
Color information
#A9640A (or 0xA9640A) is known color: Golden Brown. HEX triplet: A9, 64 and 0A. RGB value is (169,100,10). Sum of RGB (Red+Green+Blue) = 169+100+10=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A9640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9640A is #569BF5. Grayscale: #6E6E6E. Windows color (decimal): -5676022 or 681129. OLE color: 681129.
HSL color Cylindrical-coordinate representation of color #A9640A: hue angle of 33.96º 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 #A9640A is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 10 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.34 |
| HSL | 33.96º | 0.89% | 0.35% | - |
| HSV(B) | 33.96º | 0.94% | 0.66% | - |
| XYZ | 20.97 | 17.57 | 2.57 | - |
| YUV | 110.37 | 71.36 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 10 | 0 | 0.41 | 0.94 | 0.34 | 33.96 | 0.89 | 0.35 |
| Hex | A9 | 64 | A | 0 | 29 | 5E | 22 | 22 | 59 | 23 |
| Octal | 251 | 144 | 12 | 0 | 51 | 136 | 42 | 42 | 131 | 43 |
| Binary | 10101001 | 1100100 | 1010 | 0 | 101001 | 1011110 | 100010 | 100010 | 1011001 | 100011 |
Color Harmonies of #A9640A
Complementary color
Monochromatic Colors of #A9640A
Black with #A9640A
Text Example
Text Example
White with #A9640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9640A; }
p { color: rgb(169,100,10); }
H1.HeaderClassName
{
color: #A9640A;
}
.AnyTagClassName
{
color: #A9640A;
}
</style>
background-color css
<style>
a { background-color: #A9640A; }
a { background-color: rgb(169,100,10); }
div.DivClassName
{
background-color: #A9640A;
}
.BgClassName
{
background-color: #A9640A;
}
</style>
border-color css
<style>
span { border-color: #A9640A; }
span { border-color: rgb(169,100,10); }
td.TdClassName
{
border-color: #A9640A;
}
.TagClassName
{
border-color: #A9640A;
}
</style>