Shades of Golden Brown #A7610B
Tints of Golden Brown #A7610B
RGB
CMYK
RGB Variations
Color information
#A7610B (or 0xA7610B) is known color: Golden Brown. HEX triplet: A7, 61 and 0B. RGB value is (167,97,11). Sum of RGB (Red+Green+Blue) = 167+97+11=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A7610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7610B is #589EF4. Grayscale: #6C6C6C. Windows color (decimal): -5807861 or 745895. OLE color: 745895.
HSL color Cylindrical-coordinate representation of color #A7610B: hue angle of 33.08º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7610B is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 97 | 11 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.35 |
| HSL | 33.08º | 0.88% | 0.35% | - |
| HSV(B) | 33.08º | 0.93% | 0.65% | - |
| XYZ | 20.27 | 16.79 | 2.49 | - |
| YUV | 108.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 97 | 11 | 0 | 0.42 | 0.93 | 0.35 | 33.08 | 0.88 | 0.35 |
| Hex | A7 | 61 | B | 0 | 2A | 5D | 23 | 21 | 58 | 23 |
| Octal | 247 | 141 | 13 | 0 | 52 | 135 | 43 | 41 | 130 | 43 |
| Binary | 10100111 | 1100001 | 1011 | 0 | 101010 | 1011101 | 100011 | 100001 | 1011000 | 100011 |
Color Harmonies of #A7610B
Complementary color
Monochromatic Colors of #A7610B
Black with #A7610B
Text Example
Text Example
White with #A7610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7610B; }
p { color: rgb(167,97,11); }
H1.HeaderClassName
{
color: #A7610B;
}
.AnyTagClassName
{
color: #A7610B;
}
</style>
background-color css
<style>
a { background-color: #A7610B; }
a { background-color: rgb(167,97,11); }
div.DivClassName
{
background-color: #A7610B;
}
.BgClassName
{
background-color: #A7610B;
}
</style>
border-color css
<style>
span { border-color: #A7610B; }
span { border-color: rgb(167,97,11); }
td.TdClassName
{
border-color: #A7610B;
}
.TagClassName
{
border-color: #A7610B;
}
</style>