Shades of Golden Brown #A07019
Tints of Golden Brown #A07019
RGB
CMYK
RGB Variations
Color information
#A07019 (or 0xA07019) is known color: Golden Brown. HEX triplet: A0, 70 and 19. RGB value is (160,112,25). Sum of RGB (Red+Green+Blue) = 160+112+25=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A07019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07019 is #5F8FE6. Grayscale: #747474. Windows color (decimal): -6262759 or 1667232. OLE color: 1667232.
HSL color Cylindrical-coordinate representation of color #A07019: hue angle of 38.67º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A07019 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 25 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.37 |
| HSL | 38.67º | 0.73% | 0.36% | - |
| HSV(B) | 38.67º | 0.84% | 0.63% | - |
| XYZ | 20.47 | 19.13 | 3.53 | - |
| YUV | 116.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 25 | 0 | 0.30 | 0.84 | 0.37 | 38.67 | 0.73 | 0.36 |
| Hex | A0 | 70 | 19 | 0 | 1E | 54 | 25 | 27 | 49 | 24 |
| Octal | 240 | 160 | 31 | 0 | 36 | 124 | 45 | 47 | 111 | 44 |
| Binary | 10100000 | 1110000 | 11001 | 0 | 11110 | 1010100 | 100101 | 100111 | 1001001 | 100100 |
Color Harmonies of #A07019
Complementary color
Monochromatic Colors of #A07019
Black with #A07019
Text Example
Text Example
White with #A07019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07019; }
p { color: rgb(160,112,25); }
H1.HeaderClassName
{
color: #A07019;
}
.AnyTagClassName
{
color: #A07019;
}
</style>
background-color css
<style>
a { background-color: #A07019; }
a { background-color: rgb(160,112,25); }
div.DivClassName
{
background-color: #A07019;
}
.BgClassName
{
background-color: #A07019;
}
</style>
border-color css
<style>
span { border-color: #A07019; }
span { border-color: rgb(160,112,25); }
td.TdClassName
{
border-color: #A07019;
}
.TagClassName
{
border-color: #A07019;
}
</style>