Shades of Golden Brown #A76A0F
Tints of Golden Brown #A76A0F
RGB
CMYK
RGB Variations
Color information
#A76A0F (or 0xA76A0F) is known color: Golden Brown. HEX triplet: A7, 6A and 0F. RGB value is (167,106,15). Sum of RGB (Red+Green+Blue) = 167+106+15=288 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.99% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76A0F is #5895F0. Grayscale: #727272. Windows color (decimal): -5805553 or 1010343. OLE color: 1010343.
HSL color Cylindrical-coordinate representation of color #A76A0F: hue angle of 35.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A76A0F is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 106 | 15 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.35 |
| HSL | 35.92º | 0.84% | 0.36% | - |
| HSV(B) | 35.92º | 0.91% | 0.65% | - |
| XYZ | 21.18 | 18.56 | 2.92 | - |
| YUV | 113.87 | 72.21 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 15 | 0 | 0.37 | 0.91 | 0.35 | 35.92 | 0.84 | 0.36 |
| Hex | A7 | 6A | F | 0 | 25 | 5B | 23 | 24 | 54 | 24 |
| Octal | 247 | 152 | 17 | 0 | 45 | 133 | 43 | 44 | 124 | 44 |
| Binary | 10100111 | 1101010 | 1111 | 0 | 100101 | 1011011 | 100011 | 100100 | 1010100 | 100100 |
Color Harmonies of #A76A0F
Complementary color
Monochromatic Colors of #A76A0F
Black with #A76A0F
Text Example
Text Example
White with #A76A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76A0F; }
p { color: rgb(167,106,15); }
H1.HeaderClassName
{
color: #A76A0F;
}
.AnyTagClassName
{
color: #A76A0F;
}
</style>
background-color css
<style>
a { background-color: #A76A0F; }
a { background-color: rgb(167,106,15); }
div.DivClassName
{
background-color: #A76A0F;
}
.BgClassName
{
background-color: #A76A0F;
}
</style>
border-color css
<style>
span { border-color: #A76A0F; }
span { border-color: rgb(167,106,15); }
td.TdClassName
{
border-color: #A76A0F;
}
.TagClassName
{
border-color: #A76A0F;
}
</style>