Shades of Golden Brown #A76A1A
Tints of Golden Brown #A76A1A
RGB
CMYK
RGB Variations
Color information
#A76A1A (or 0xA76A1A) is known color: Golden Brown. HEX triplet: A7, 6A and 1A. RGB value is (167,106,26). Sum of RGB (Red+Green+Blue) = 167+106+26=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76A1A is #5895E5. Grayscale: #737373. Windows color (decimal): -5805542 or 1731239. OLE color: 1731239.
HSL color Cylindrical-coordinate representation of color #A76A1A: hue angle of 34.04º degrees, saturation: 0.73, 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 #A76A1A is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 106 | 26 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.35 |
| HSL | 34.04º | 0.73% | 0.38% | - |
| HSV(B) | 34.04º | 0.84% | 0.65% | - |
| XYZ | 21.28 | 18.6 | 3.45 | - |
| YUV | 115.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 26 | 0 | 0.37 | 0.84 | 0.35 | 34.04 | 0.73 | 0.38 |
| Hex | A7 | 6A | 1A | 0 | 25 | 54 | 23 | 22 | 49 | 26 |
| Octal | 247 | 152 | 32 | 0 | 45 | 124 | 43 | 42 | 111 | 46 |
| Binary | 10100111 | 1101010 | 11010 | 0 | 100101 | 1010100 | 100011 | 100010 | 1001001 | 100110 |
Color Harmonies of #A76A1A
Complementary color
Monochromatic Colors of #A76A1A
Black with #A76A1A
Text Example
Text Example
White with #A76A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76A1A; }
p { color: rgb(167,106,26); }
H1.HeaderClassName
{
color: #A76A1A;
}
.AnyTagClassName
{
color: #A76A1A;
}
</style>
background-color css
<style>
a { background-color: #A76A1A; }
a { background-color: rgb(167,106,26); }
div.DivClassName
{
background-color: #A76A1A;
}
.BgClassName
{
background-color: #A76A1A;
}
</style>
border-color css
<style>
span { border-color: #A76A1A; }
span { border-color: rgb(167,106,26); }
td.TdClassName
{
border-color: #A76A1A;
}
.TagClassName
{
border-color: #A76A1A;
}
</style>