Shades of Golden Brown #A17014
Tints of Golden Brown #A17014
RGB
CMYK
RGB Variations
Color information
#A17014 (or 0xA17014) is known color: Golden Brown. HEX triplet: A1, 70 and 14. RGB value is (161,112,20). Sum of RGB (Red+Green+Blue) = 161+112+20=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A17014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17014 is #5E8FEB. Grayscale: #747474. Windows color (decimal): -6197228 or 1339553. OLE color: 1339553.
HSL color Cylindrical-coordinate representation of color #A17014: hue angle of 39.15º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A17014 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 20 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.37 |
| HSL | 39.15º | 0.78% | 0.35% | - |
| HSV(B) | 39.15º | 0.88% | 0.63% | - |
| XYZ | 20.62 | 19.22 | 3.28 | - |
| YUV | 116.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 20 | 0 | 0.30 | 0.88 | 0.37 | 39.15 | 0.78 | 0.35 |
| Hex | A1 | 70 | 14 | 0 | 1E | 58 | 25 | 27 | 4E | 23 |
| Octal | 241 | 160 | 24 | 0 | 36 | 130 | 45 | 47 | 116 | 43 |
| Binary | 10100001 | 1110000 | 10100 | 0 | 11110 | 1011000 | 100101 | 100111 | 1001110 | 100011 |
Color Harmonies of #A17014
Complementary color
Monochromatic Colors of #A17014
Black with #A17014
Text Example
Text Example
White with #A17014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17014; }
p { color: rgb(161,112,20); }
H1.HeaderClassName
{
color: #A17014;
}
.AnyTagClassName
{
color: #A17014;
}
</style>
background-color css
<style>
a { background-color: #A17014; }
a { background-color: rgb(161,112,20); }
div.DivClassName
{
background-color: #A17014;
}
.BgClassName
{
background-color: #A17014;
}
</style>
border-color css
<style>
span { border-color: #A17014; }
span { border-color: rgb(161,112,20); }
td.TdClassName
{
border-color: #A17014;
}
.TagClassName
{
border-color: #A17014;
}
</style>