Shades of Golden Brown #A9640B
Tints of Golden Brown #A9640B
RGB
CMYK
RGB Variations
Color information
#A9640B (or 0xA9640B) is known color: Golden Brown. HEX triplet: A9, 64 and 0B. RGB value is (169,100,11). Sum of RGB (Red+Green+Blue) = 169+100+11=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A9640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9640B is #569BF4. Grayscale: #6E6E6E. Windows color (decimal): -5676021 or 746665. OLE color: 746665.
HSL color Cylindrical-coordinate representation of color #A9640B: hue angle of 33.8º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9640B is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 11 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.34 |
| HSL | 33.8º | 0.88% | 0.35% | - |
| HSV(B) | 33.8º | 0.93% | 0.66% | - |
| XYZ | 20.98 | 17.57 | 2.6 | - |
| YUV | 110.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 11 | 0 | 0.41 | 0.93 | 0.34 | 33.8 | 0.88 | 0.35 |
| Hex | A9 | 64 | B | 0 | 29 | 5D | 22 | 22 | 58 | 23 |
| Octal | 251 | 144 | 13 | 0 | 51 | 135 | 42 | 42 | 130 | 43 |
| Binary | 10101001 | 1100100 | 1011 | 0 | 101001 | 1011101 | 100010 | 100010 | 1011000 | 100011 |
Color Harmonies of #A9640B
Complementary color
Monochromatic Colors of #A9640B
Black with #A9640B
Text Example
Text Example
White with #A9640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9640B; }
p { color: rgb(169,100,11); }
H1.HeaderClassName
{
color: #A9640B;
}
.AnyTagClassName
{
color: #A9640B;
}
</style>
background-color css
<style>
a { background-color: #A9640B; }
a { background-color: rgb(169,100,11); }
div.DivClassName
{
background-color: #A9640B;
}
.BgClassName
{
background-color: #A9640B;
}
</style>
border-color css
<style>
span { border-color: #A9640B; }
span { border-color: rgb(169,100,11); }
td.TdClassName
{
border-color: #A9640B;
}
.TagClassName
{
border-color: #A9640B;
}
</style>