Shades of Golden Brown #A37019
Tints of Golden Brown #A37019
RGB
CMYK
RGB Variations
Color information
#A37019 (or 0xA37019) is known color: Golden Brown. HEX triplet: A3, 70 and 19. RGB value is (163,112,25). Sum of RGB (Red+Green+Blue) = 163+112+25=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A37019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37019 is #5C8FE6. Grayscale: #757575. Windows color (decimal): -6066151 or 1667235. OLE color: 1667235.
HSL color Cylindrical-coordinate representation of color #A37019: hue angle of 37.83º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A37019 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 112 | 25 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.36 |
| HSL | 37.83º | 0.73% | 0.37% | - |
| HSV(B) | 37.83º | 0.85% | 0.64% | - |
| XYZ | 21.07 | 19.45 | 3.56 | - |
| YUV | 117.33 | 75.9 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 25 | 0 | 0.31 | 0.85 | 0.36 | 37.83 | 0.73 | 0.37 |
| Hex | A3 | 70 | 19 | 0 | 1F | 55 | 24 | 26 | 49 | 25 |
| Octal | 243 | 160 | 31 | 0 | 37 | 125 | 44 | 46 | 111 | 45 |
| Binary | 10100011 | 1110000 | 11001 | 0 | 11111 | 1010101 | 100100 | 100110 | 1001001 | 100101 |
Color Harmonies of #A37019
Complementary color
Monochromatic Colors of #A37019
Black with #A37019
Text Example
Text Example
White with #A37019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37019; }
p { color: rgb(163,112,25); }
H1.HeaderClassName
{
color: #A37019;
}
.AnyTagClassName
{
color: #A37019;
}
</style>
background-color css
<style>
a { background-color: #A37019; }
a { background-color: rgb(163,112,25); }
div.DivClassName
{
background-color: #A37019;
}
.BgClassName
{
background-color: #A37019;
}
</style>
border-color css
<style>
span { border-color: #A37019; }
span { border-color: rgb(163,112,25); }
td.TdClassName
{
border-color: #A37019;
}
.TagClassName
{
border-color: #A37019;
}
</style>