Shades of Golden Brown #A77019
Tints of Golden Brown #A77019
RGB
CMYK
RGB Variations
Color information
#A77019 (or 0xA77019) is known color: Golden Brown. HEX triplet: A7, 70 and 19. RGB value is (167,112,25). Sum of RGB (Red+Green+Blue) = 167+112+25=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A77019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77019 is #588FE6. Grayscale: #767676. Windows color (decimal): -5804007 or 1667239. OLE color: 1667239.
HSL color Cylindrical-coordinate representation of color #A77019: hue angle of 36.76º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A77019 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 112 | 25 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.35 |
| HSL | 36.76º | 0.74% | 0.38% | - |
| HSV(B) | 36.76º | 0.85% | 0.65% | - |
| XYZ | 21.91 | 19.87 | 3.6 | - |
| YUV | 118.53 | 75.22 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 25 | 0 | 0.33 | 0.85 | 0.35 | 36.76 | 0.74 | 0.38 |
| Hex | A7 | 70 | 19 | 0 | 21 | 55 | 23 | 25 | 4A | 26 |
| Octal | 247 | 160 | 31 | 0 | 41 | 125 | 43 | 45 | 112 | 46 |
| Binary | 10100111 | 1110000 | 11001 | 0 | 100001 | 1010101 | 100011 | 100101 | 1001010 | 100110 |
Color Harmonies of #A77019
Complementary color
Monochromatic Colors of #A77019
Black with #A77019
Text Example
Text Example
White with #A77019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77019; }
p { color: rgb(167,112,25); }
H1.HeaderClassName
{
color: #A77019;
}
.AnyTagClassName
{
color: #A77019;
}
</style>
background-color css
<style>
a { background-color: #A77019; }
a { background-color: rgb(167,112,25); }
div.DivClassName
{
background-color: #A77019;
}
.BgClassName
{
background-color: #A77019;
}
</style>
border-color css
<style>
span { border-color: #A77019; }
span { border-color: rgb(167,112,25); }
td.TdClassName
{
border-color: #A77019;
}
.TagClassName
{
border-color: #A77019;
}
</style>