Shades of Golden Brown #A17403
Tints of Golden Brown #A17403
RGB
CMYK
RGB Variations
Color information
#A17403 (or 0xA17403) is known color: Golden Brown. HEX triplet: A1, 74 and 03. RGB value is (161,116,3). Sum of RGB (Red+Green+Blue) = 161+116+3=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A17403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17403 is #5E8BFC. Grayscale: #757575. Windows color (decimal): -6196221 or 226465. OLE color: 226465.
HSL color Cylindrical-coordinate representation of color #A17403: hue angle of 42.91º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A17403 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 3 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.37 |
| HSL | 42.91º | 0.96% | 0.32% | - |
| HSV(B) | 42.91º | 0.98% | 0.63% | - |
| XYZ | 20.96 | 20.07 | 2.86 | - |
| YUV | 116.57 | 63.91 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 3 | 0 | 0.28 | 0.98 | 0.37 | 42.91 | 0.96 | 0.32 |
| Hex | A1 | 74 | 3 | 0 | 1C | 62 | 25 | 2B | 60 | 20 |
| Octal | 241 | 164 | 3 | 0 | 34 | 142 | 45 | 53 | 140 | 40 |
| Binary | 10100001 | 1110100 | 11 | 0 | 11100 | 1100010 | 100101 | 101011 | 1100000 | 100000 |
Color Harmonies of #A17403
Complementary color
Monochromatic Colors of #A17403
Black with #A17403
Text Example
Text Example
White with #A17403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17403; }
p { color: rgb(161,116,3); }
H1.HeaderClassName
{
color: #A17403;
}
.AnyTagClassName
{
color: #A17403;
}
</style>
background-color css
<style>
a { background-color: #A17403; }
a { background-color: rgb(161,116,3); }
div.DivClassName
{
background-color: #A17403;
}
.BgClassName
{
background-color: #A17403;
}
</style>
border-color css
<style>
span { border-color: #A17403; }
span { border-color: rgb(161,116,3); }
td.TdClassName
{
border-color: #A17403;
}
.TagClassName
{
border-color: #A17403;
}
</style>