Shades of Golden Brown #A76B04
Tints of Golden Brown #A76B04
RGB
CMYK
RGB Variations
Color information
#A76B04 (or 0xA76B04) is known color: Golden Brown. HEX triplet: A7, 6B and 04. RGB value is (167,107,4). Sum of RGB (Red+Green+Blue) = 167+107+4=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76B04 is #5894FB. Grayscale: #717171. Windows color (decimal): -5805308 or 289703. OLE color: 289703.
HSL color Cylindrical-coordinate representation of color #A76B04: hue angle of 37.91º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A76B04 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 107 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.35 |
| HSL | 37.91º | 0.95% | 0.34% | - |
| HSV(B) | 37.91º | 0.98% | 0.65% | - |
| XYZ | 21.22 | 18.74 | 2.61 | - |
| YUV | 113.2 | 66.38 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 4 | 0 | 0.36 | 0.98 | 0.35 | 37.91 | 0.95 | 0.34 |
| Hex | A7 | 6B | 4 | 0 | 24 | 62 | 23 | 26 | 5F | 22 |
| Octal | 247 | 153 | 4 | 0 | 44 | 142 | 43 | 46 | 137 | 42 |
| Binary | 10100111 | 1101011 | 100 | 0 | 100100 | 1100010 | 100011 | 100110 | 1011111 | 100010 |
Color Harmonies of #A76B04
Complementary color
Monochromatic Colors of #A76B04
Black with #A76B04
Text Example
Text Example
White with #A76B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76B04; }
p { color: rgb(167,107,4); }
H1.HeaderClassName
{
color: #A76B04;
}
.AnyTagClassName
{
color: #A76B04;
}
</style>
background-color css
<style>
a { background-color: #A76B04; }
a { background-color: rgb(167,107,4); }
div.DivClassName
{
background-color: #A76B04;
}
.BgClassName
{
background-color: #A76B04;
}
</style>
border-color css
<style>
span { border-color: #A76B04; }
span { border-color: rgb(167,107,4); }
td.TdClassName
{
border-color: #A76B04;
}
.TagClassName
{
border-color: #A76B04;
}
</style>