Shades of Golden Brown #A76D1B
Tints of Golden Brown #A76D1B
RGB
CMYK
RGB Variations
Color information
#A76D1B (or 0xA76D1B) is known color: Golden Brown. HEX triplet: A7, 6D and 1B. RGB value is (167,109,27). Sum of RGB (Red+Green+Blue) = 167+109+27=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76D1B is #5892E4. Grayscale: #757575. Windows color (decimal): -5804773 or 1797543. OLE color: 1797543.
HSL color Cylindrical-coordinate representation of color #A76D1B: hue angle of 35.14º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A76D1B is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 27 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.35 |
| HSL | 35.14º | 0.72% | 0.38% | - |
| HSV(B) | 35.14º | 0.84% | 0.65% | - |
| XYZ | 21.6 | 19.23 | 3.61 | - |
| YUV | 116.99 | 77.22 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 27 | 0 | 0.35 | 0.84 | 0.35 | 35.14 | 0.72 | 0.38 |
| Hex | A7 | 6D | 1B | 0 | 23 | 54 | 23 | 23 | 48 | 26 |
| Octal | 247 | 155 | 33 | 0 | 43 | 124 | 43 | 43 | 110 | 46 |
| Binary | 10100111 | 1101101 | 11011 | 0 | 100011 | 1010100 | 100011 | 100011 | 1001000 | 100110 |
Color Harmonies of #A76D1B
Complementary color
Monochromatic Colors of #A76D1B
Black with #A76D1B
Text Example
Text Example
White with #A76D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D1B; }
p { color: rgb(167,109,27); }
H1.HeaderClassName
{
color: #A76D1B;
}
.AnyTagClassName
{
color: #A76D1B;
}
</style>
background-color css
<style>
a { background-color: #A76D1B; }
a { background-color: rgb(167,109,27); }
div.DivClassName
{
background-color: #A76D1B;
}
.BgClassName
{
background-color: #A76D1B;
}
</style>
border-color css
<style>
span { border-color: #A76D1B; }
span { border-color: rgb(167,109,27); }
td.TdClassName
{
border-color: #A76D1B;
}
.TagClassName
{
border-color: #A76D1B;
}
</style>