Shades of Golden Brown #A76A1E
Tints of Golden Brown #A76A1E
RGB
CMYK
RGB Variations
Color information
#A76A1E (or 0xA76A1E) is known color: Golden Brown. HEX triplet: A7, 6A and 1E. RGB value is (167,106,30). Sum of RGB (Red+Green+Blue) = 167+106+30=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76A1E is #5895E1. Grayscale: #737373. Windows color (decimal): -5805538 or 1993383. OLE color: 1993383.
HSL color Cylindrical-coordinate representation of color #A76A1E: hue angle of 33.28º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A76A1E is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 106 | 30 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.35 |
| HSL | 33.28º | 0.7% | 0.39% | - |
| HSV(B) | 33.28º | 0.82% | 0.65% | - |
| XYZ | 21.32 | 18.62 | 3.7 | - |
| YUV | 115.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 30 | 0 | 0.37 | 0.82 | 0.35 | 33.28 | 0.7 | 0.39 |
| Hex | A7 | 6A | 1E | 0 | 25 | 52 | 23 | 21 | 46 | 27 |
| Octal | 247 | 152 | 36 | 0 | 45 | 122 | 43 | 41 | 106 | 47 |
| Binary | 10100111 | 1101010 | 11110 | 0 | 100101 | 1010010 | 100011 | 100001 | 1000110 | 100111 |
Color Harmonies of #A76A1E
Complementary color
Monochromatic Colors of #A76A1E
Black with #A76A1E
Text Example
Text Example
White with #A76A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76A1E; }
p { color: rgb(167,106,30); }
H1.HeaderClassName
{
color: #A76A1E;
}
.AnyTagClassName
{
color: #A76A1E;
}
</style>
background-color css
<style>
a { background-color: #A76A1E; }
a { background-color: rgb(167,106,30); }
div.DivClassName
{
background-color: #A76A1E;
}
.BgClassName
{
background-color: #A76A1E;
}
</style>
border-color css
<style>
span { border-color: #A76A1E; }
span { border-color: rgb(167,106,30); }
td.TdClassName
{
border-color: #A76A1E;
}
.TagClassName
{
border-color: #A76A1E;
}
</style>