Shades of Golden Brown #A07017
Tints of Golden Brown #A07017
RGB
CMYK
RGB Variations
Color information
#A07017 (or 0xA07017) is known color: Golden Brown. HEX triplet: A0, 70 and 17. RGB value is (160,112,23). Sum of RGB (Red+Green+Blue) = 160+112+23=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A07017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07017 is #5F8FE8. Grayscale: #747474. Windows color (decimal): -6262761 or 1536160. OLE color: 1536160.
HSL color Cylindrical-coordinate representation of color #A07017: hue angle of 38.98º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A07017 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 23 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.37 |
| HSL | 38.98º | 0.75% | 0.36% | - |
| HSV(B) | 38.98º | 0.86% | 0.63% | - |
| XYZ | 20.45 | 19.12 | 3.42 | - |
| YUV | 116.21 | 75.4 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 23 | 0 | 0.30 | 0.86 | 0.37 | 38.98 | 0.75 | 0.36 |
| Hex | A0 | 70 | 17 | 0 | 1E | 56 | 25 | 27 | 4B | 24 |
| Octal | 240 | 160 | 27 | 0 | 36 | 126 | 45 | 47 | 113 | 44 |
| Binary | 10100000 | 1110000 | 10111 | 0 | 11110 | 1010110 | 100101 | 100111 | 1001011 | 100100 |
Color Harmonies of #A07017
Complementary color
Monochromatic Colors of #A07017
Black with #A07017
Text Example
Text Example
White with #A07017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07017; }
p { color: rgb(160,112,23); }
H1.HeaderClassName
{
color: #A07017;
}
.AnyTagClassName
{
color: #A07017;
}
</style>
background-color css
<style>
a { background-color: #A07017; }
a { background-color: rgb(160,112,23); }
div.DivClassName
{
background-color: #A07017;
}
.BgClassName
{
background-color: #A07017;
}
</style>
border-color css
<style>
span { border-color: #A07017; }
span { border-color: rgb(160,112,23); }
td.TdClassName
{
border-color: #A07017;
}
.TagClassName
{
border-color: #A07017;
}
</style>