Shades of Golden Brown #A9610B
Tints of Golden Brown #A9610B
RGB
CMYK
RGB Variations
Color information
#A9610B (or 0xA9610B) is known color: Golden Brown. HEX triplet: A9, 61 and 0B. RGB value is (169,97,11). Sum of RGB (Red+Green+Blue) = 169+97+11=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A9610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9610B is #569EF4. Grayscale: #6D6D6D. Windows color (decimal): -5676789 or 745897. OLE color: 745897.
HSL color Cylindrical-coordinate representation of color #A9610B: hue angle of 32.66º 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 #A9610B is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 11 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.34 |
| HSL | 32.66º | 0.88% | 0.35% | - |
| HSV(B) | 32.66º | 0.93% | 0.66% | - |
| XYZ | 20.7 | 17.01 | 2.51 | - |
| YUV | 108.72 | 72.85 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 11 | 0 | 0.43 | 0.93 | 0.34 | 32.66 | 0.88 | 0.35 |
| Hex | A9 | 61 | B | 0 | 2B | 5D | 22 | 21 | 58 | 23 |
| Octal | 251 | 141 | 13 | 0 | 53 | 135 | 42 | 41 | 130 | 43 |
| Binary | 10101001 | 1100001 | 1011 | 0 | 101011 | 1011101 | 100010 | 100001 | 1011000 | 100011 |
Color Harmonies of #A9610B
Complementary color
Monochromatic Colors of #A9610B
Black with #A9610B
Text Example
Text Example
White with #A9610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9610B; }
p { color: rgb(169,97,11); }
H1.HeaderClassName
{
color: #A9610B;
}
.AnyTagClassName
{
color: #A9610B;
}
</style>
background-color css
<style>
a { background-color: #A9610B; }
a { background-color: rgb(169,97,11); }
div.DivClassName
{
background-color: #A9610B;
}
.BgClassName
{
background-color: #A9610B;
}
</style>
border-color css
<style>
span { border-color: #A9610B; }
span { border-color: rgb(169,97,11); }
td.TdClassName
{
border-color: #A9610B;
}
.TagClassName
{
border-color: #A9610B;
}
</style>