Shades of Golden Brown #A17118
Tints of Golden Brown #A17118
RGB
CMYK
RGB Variations
Color information
#A17118 (or 0xA17118) is known color: Golden Brown. HEX triplet: A1, 71 and 18. RGB value is (161,113,24). Sum of RGB (Red+Green+Blue) = 161+113+24=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A17118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17118 is #5E8EE7. Grayscale: #757575. Windows color (decimal): -6196968 or 1601953. OLE color: 1601953.
HSL color Cylindrical-coordinate representation of color #A17118: hue angle of 38.98º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A17118 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 24 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.37 |
| HSL | 38.98º | 0.74% | 0.36% | - |
| HSV(B) | 38.98º | 0.85% | 0.63% | - |
| XYZ | 20.77 | 19.45 | 3.52 | - |
| YUV | 117.21 | 75.4 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 24 | 0 | 0.30 | 0.85 | 0.37 | 38.98 | 0.74 | 0.36 |
| Hex | A1 | 71 | 18 | 0 | 1E | 55 | 25 | 27 | 4A | 24 |
| Octal | 241 | 161 | 30 | 0 | 36 | 125 | 45 | 47 | 112 | 44 |
| Binary | 10100001 | 1110001 | 11000 | 0 | 11110 | 1010101 | 100101 | 100111 | 1001010 | 100100 |
Color Harmonies of #A17118
Complementary color
Monochromatic Colors of #A17118
Black with #A17118
Text Example
Text Example
White with #A17118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17118; }
p { color: rgb(161,113,24); }
H1.HeaderClassName
{
color: #A17118;
}
.AnyTagClassName
{
color: #A17118;
}
</style>
background-color css
<style>
a { background-color: #A17118; }
a { background-color: rgb(161,113,24); }
div.DivClassName
{
background-color: #A17118;
}
.BgClassName
{
background-color: #A17118;
}
</style>
border-color css
<style>
span { border-color: #A17118; }
span { border-color: rgb(161,113,24); }
td.TdClassName
{
border-color: #A17118;
}
.TagClassName
{
border-color: #A17118;
}
</style>