Shades of Golden Brown #A17414
Tints of Golden Brown #A17414
RGB
CMYK
RGB Variations
Color information
#A17414 (or 0xA17414) is known color: Golden Brown. HEX triplet: A1, 74 and 14. RGB value is (161,116,20). Sum of RGB (Red+Green+Blue) = 161+116+20=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A17414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17414 is #5E8BEB. Grayscale: #767676. Windows color (decimal): -6196204 or 1340577. OLE color: 1340577.
HSL color Cylindrical-coordinate representation of color #A17414: hue angle of 40.85º 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 #A17414 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 20 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.37 |
| HSL | 40.85º | 0.78% | 0.35% | - |
| HSV(B) | 40.85º | 0.88% | 0.63% | - |
| XYZ | 21.07 | 20.12 | 3.43 | - |
| YUV | 118.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 20 | 0 | 0.28 | 0.88 | 0.37 | 40.85 | 0.78 | 0.35 |
| Hex | A1 | 74 | 14 | 0 | 1C | 58 | 25 | 29 | 4E | 23 |
| Octal | 241 | 164 | 24 | 0 | 34 | 130 | 45 | 51 | 116 | 43 |
| Binary | 10100001 | 1110100 | 10100 | 0 | 11100 | 1011000 | 100101 | 101001 | 1001110 | 100011 |
Color Harmonies of #A17414
Complementary color
Monochromatic Colors of #A17414
Black with #A17414
Text Example
Text Example
White with #A17414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17414; }
p { color: rgb(161,116,20); }
H1.HeaderClassName
{
color: #A17414;
}
.AnyTagClassName
{
color: #A17414;
}
</style>
background-color css
<style>
a { background-color: #A17414; }
a { background-color: rgb(161,116,20); }
div.DivClassName
{
background-color: #A17414;
}
.BgClassName
{
background-color: #A17414;
}
</style>
border-color css
<style>
span { border-color: #A17414; }
span { border-color: rgb(161,116,20); }
td.TdClassName
{
border-color: #A17414;
}
.TagClassName
{
border-color: #A17414;
}
</style>