Shades of Golden Brown #A76F0D
Tints of Golden Brown #A76F0D
RGB
CMYK
RGB Variations
Color information
#A76F0D (or 0xA76F0D) is known color: Golden Brown. HEX triplet: A7, 6F and 0D. RGB value is (167,111,13). Sum of RGB (Red+Green+Blue) = 167+111+13=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76F0D is #5890F2. Grayscale: #757575. Windows color (decimal): -5804275 or 880551. OLE color: 880551.
HSL color Cylindrical-coordinate representation of color #A76F0D: hue angle of 38.18º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A76F0D is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 111 | 13 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.35 |
| HSL | 38.18º | 0.86% | 0.35% | - |
| HSV(B) | 38.18º | 0.92% | 0.65% | - |
| XYZ | 21.69 | 19.61 | 3.02 | - |
| YUV | 116.57 | 69.55 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 13 | 0 | 0.34 | 0.92 | 0.35 | 38.18 | 0.86 | 0.35 |
| Hex | A7 | 6F | D | 0 | 22 | 5C | 23 | 26 | 56 | 23 |
| Octal | 247 | 157 | 15 | 0 | 42 | 134 | 43 | 46 | 126 | 43 |
| Binary | 10100111 | 1101111 | 1101 | 0 | 100010 | 1011100 | 100011 | 100110 | 1010110 | 100011 |
Color Harmonies of #A76F0D
Complementary color
Monochromatic Colors of #A76F0D
Black with #A76F0D
Text Example
Text Example
White with #A76F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76F0D; }
p { color: rgb(167,111,13); }
H1.HeaderClassName
{
color: #A76F0D;
}
.AnyTagClassName
{
color: #A76F0D;
}
</style>
background-color css
<style>
a { background-color: #A76F0D; }
a { background-color: rgb(167,111,13); }
div.DivClassName
{
background-color: #A76F0D;
}
.BgClassName
{
background-color: #A76F0D;
}
</style>
border-color css
<style>
span { border-color: #A76F0D; }
span { border-color: rgb(167,111,13); }
td.TdClassName
{
border-color: #A76F0D;
}
.TagClassName
{
border-color: #A76F0D;
}
</style>