Shades of Golden Brown #A57019
Tints of Golden Brown #A57019
RGB
CMYK
RGB Variations
Color information
#A57019 (or 0xA57019) is known color: Golden Brown. HEX triplet: A5, 70 and 19. RGB value is (165,112,25). Sum of RGB (Red+Green+Blue) = 165+112+25=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A57019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57019 is #5A8FE6. Grayscale: #767676. Windows color (decimal): -5935079 or 1667237. OLE color: 1667237.
HSL color Cylindrical-coordinate representation of color #A57019: hue angle of 37.29º 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 #A57019 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 112 | 25 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.35 |
| HSL | 37.29º | 0.74% | 0.37% | - |
| HSV(B) | 37.29º | 0.85% | 0.65% | - |
| XYZ | 21.49 | 19.66 | 3.58 | - |
| YUV | 117.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 25 | 0 | 0.32 | 0.85 | 0.35 | 37.29 | 0.74 | 0.37 |
| Hex | A5 | 70 | 19 | 0 | 20 | 55 | 23 | 25 | 4A | 25 |
| Octal | 245 | 160 | 31 | 0 | 40 | 125 | 43 | 45 | 112 | 45 |
| Binary | 10100101 | 1110000 | 11001 | 0 | 100000 | 1010101 | 100011 | 100101 | 1001010 | 100101 |
Color Harmonies of #A57019
Complementary color
Monochromatic Colors of #A57019
Black with #A57019
Text Example
Text Example
White with #A57019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57019; }
p { color: rgb(165,112,25); }
H1.HeaderClassName
{
color: #A57019;
}
.AnyTagClassName
{
color: #A57019;
}
</style>
background-color css
<style>
a { background-color: #A57019; }
a { background-color: rgb(165,112,25); }
div.DivClassName
{
background-color: #A57019;
}
.BgClassName
{
background-color: #A57019;
}
</style>
border-color css
<style>
span { border-color: #A57019; }
span { border-color: rgb(165,112,25); }
td.TdClassName
{
border-color: #A57019;
}
.TagClassName
{
border-color: #A57019;
}
</style>