Shades of Golden Brown #A67019
Tints of Golden Brown #A67019
RGB
CMYK
RGB Variations
Color information
#A67019 (or 0xA67019) is known color: Golden Brown. HEX triplet: A6, 70 and 19. RGB value is (166,112,25). Sum of RGB (Red+Green+Blue) = 166+112+25=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A67019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67019 is #598FE6. Grayscale: #767676. Windows color (decimal): -5869543 or 1667238. OLE color: 1667238.
HSL color Cylindrical-coordinate representation of color #A67019: hue angle of 37.02º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A67019 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 112 | 25 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.35 |
| HSL | 37.02º | 0.74% | 0.37% | - |
| HSV(B) | 37.02º | 0.85% | 0.65% | - |
| XYZ | 21.7 | 19.77 | 3.59 | - |
| YUV | 118.23 | 75.39 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 25 | 0 | 0.33 | 0.85 | 0.35 | 37.02 | 0.74 | 0.37 |
| Hex | A6 | 70 | 19 | 0 | 21 | 55 | 23 | 25 | 4A | 25 |
| Octal | 246 | 160 | 31 | 0 | 41 | 125 | 43 | 45 | 112 | 45 |
| Binary | 10100110 | 1110000 | 11001 | 0 | 100001 | 1010101 | 100011 | 100101 | 1001010 | 100101 |
Color Harmonies of #A67019
Complementary color
Monochromatic Colors of #A67019
Black with #A67019
Text Example
Text Example
White with #A67019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67019; }
p { color: rgb(166,112,25); }
H1.HeaderClassName
{
color: #A67019;
}
.AnyTagClassName
{
color: #A67019;
}
</style>
background-color css
<style>
a { background-color: #A67019; }
a { background-color: rgb(166,112,25); }
div.DivClassName
{
background-color: #A67019;
}
.BgClassName
{
background-color: #A67019;
}
</style>
border-color css
<style>
span { border-color: #A67019; }
span { border-color: rgb(166,112,25); }
td.TdClassName
{
border-color: #A67019;
}
.TagClassName
{
border-color: #A67019;
}
</style>