Shades of Golden Brown #A17203
Tints of Golden Brown #A17203
RGB
CMYK
RGB Variations
Color information
#A17203 (or 0xA17203) is known color: Golden Brown. HEX triplet: A1, 72 and 03. RGB value is (161,114,3). Sum of RGB (Red+Green+Blue) = 161+114+3=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A17203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17203 is #5E8DFC. Grayscale: #737373. Windows color (decimal): -6196733 or 225953. OLE color: 225953.
HSL color Cylindrical-coordinate representation of color #A17203: hue angle of 42.15º 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 #A17203 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 114 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.37 |
| HSL | 42.15º | 0.96% | 0.32% | - |
| HSV(B) | 42.15º | 0.98% | 0.63% | - |
| XYZ | 20.73 | 19.62 | 2.78 | - |
| YUV | 115.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 3 | 0 | 0.29 | 0.98 | 0.37 | 42.15 | 0.96 | 0.32 |
| Hex | A1 | 72 | 3 | 0 | 1D | 62 | 25 | 2A | 60 | 20 |
| Octal | 241 | 162 | 3 | 0 | 35 | 142 | 45 | 52 | 140 | 40 |
| Binary | 10100001 | 1110010 | 11 | 0 | 11101 | 1100010 | 100101 | 101010 | 1100000 | 100000 |
Color Harmonies of #A17203
Complementary color
Monochromatic Colors of #A17203
Black with #A17203
Text Example
Text Example
White with #A17203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17203; }
p { color: rgb(161,114,3); }
H1.HeaderClassName
{
color: #A17203;
}
.AnyTagClassName
{
color: #A17203;
}
</style>
background-color css
<style>
a { background-color: #A17203; }
a { background-color: rgb(161,114,3); }
div.DivClassName
{
background-color: #A17203;
}
.BgClassName
{
background-color: #A17203;
}
</style>
border-color css
<style>
span { border-color: #A17203; }
span { border-color: rgb(161,114,3); }
td.TdClassName
{
border-color: #A17203;
}
.TagClassName
{
border-color: #A17203;
}
</style>