Shades of Golden Brown #A9610E
Tints of Golden Brown #A9610E
RGB
CMYK
RGB Variations
Color information
#A9610E (or 0xA9610E) is known color: Golden Brown. HEX triplet: A9, 61 and 0E. RGB value is (169,97,14). Sum of RGB (Red+Green+Blue) = 169+97+14=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A9610E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9610E is #569EF1. Grayscale: #6D6D6D. Windows color (decimal): -5676786 or 942505. OLE color: 942505.
HSL color Cylindrical-coordinate representation of color #A9610E: hue angle of 32.13º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9610E is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 14 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.34 |
| HSL | 32.13º | 0.85% | 0.36% | - |
| HSV(B) | 32.13º | 0.92% | 0.66% | - |
| XYZ | 20.72 | 17.02 | 2.61 | - |
| YUV | 109.07 | 74.35 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 14 | 0 | 0.43 | 0.92 | 0.34 | 32.13 | 0.85 | 0.36 |
| Hex | A9 | 61 | E | 0 | 2B | 5C | 22 | 20 | 55 | 24 |
| Octal | 251 | 141 | 16 | 0 | 53 | 134 | 42 | 40 | 125 | 44 |
| Binary | 10101001 | 1100001 | 1110 | 0 | 101011 | 1011100 | 100010 | 100000 | 1010101 | 100100 |
Color Harmonies of #A9610E
Complementary color
Monochromatic Colors of #A9610E
Black with #A9610E
Text Example
Text Example
White with #A9610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9610E; }
p { color: rgb(169,97,14); }
H1.HeaderClassName
{
color: #A9610E;
}
.AnyTagClassName
{
color: #A9610E;
}
</style>
background-color css
<style>
a { background-color: #A9610E; }
a { background-color: rgb(169,97,14); }
div.DivClassName
{
background-color: #A9610E;
}
.BgClassName
{
background-color: #A9610E;
}
</style>
border-color css
<style>
span { border-color: #A9610E; }
span { border-color: rgb(169,97,14); }
td.TdClassName
{
border-color: #A9610E;
}
.TagClassName
{
border-color: #A9610E;
}
</style>