Shades of Golden Brown #A37403
Tints of Golden Brown #A37403
RGB
CMYK
RGB Variations
Color information
#A37403 (or 0xA37403) is known color: Golden Brown. HEX triplet: A3, 74 and 03. RGB value is (163,116,3). Sum of RGB (Red+Green+Blue) = 163+116+3=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A37403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37403 is #5C8BFC. Grayscale: #757575. Windows color (decimal): -6065149 or 226467. OLE color: 226467.
HSL color Cylindrical-coordinate representation of color #A37403: hue angle of 42.38º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A37403 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.36 |
| HSL | 42.38º | 0.96% | 0.33% | - |
| HSV(B) | 42.38º | 0.98% | 0.64% | - |
| XYZ | 21.37 | 20.28 | 2.88 | - |
| YUV | 117.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 3 | 0 | 0.29 | 0.98 | 0.36 | 42.38 | 0.96 | 0.33 |
| Hex | A3 | 74 | 3 | 0 | 1D | 62 | 24 | 2A | 60 | 21 |
| Octal | 243 | 164 | 3 | 0 | 35 | 142 | 44 | 52 | 140 | 41 |
| Binary | 10100011 | 1110100 | 11 | 0 | 11101 | 1100010 | 100100 | 101010 | 1100000 | 100001 |
Color Harmonies of #A37403
Complementary color
Monochromatic Colors of #A37403
Black with #A37403
Text Example
Text Example
White with #A37403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37403; }
p { color: rgb(163,116,3); }
H1.HeaderClassName
{
color: #A37403;
}
.AnyTagClassName
{
color: #A37403;
}
</style>
background-color css
<style>
a { background-color: #A37403; }
a { background-color: rgb(163,116,3); }
div.DivClassName
{
background-color: #A37403;
}
.BgClassName
{
background-color: #A37403;
}
</style>
border-color css
<style>
span { border-color: #A37403; }
span { border-color: rgb(163,116,3); }
td.TdClassName
{
border-color: #A37403;
}
.TagClassName
{
border-color: #A37403;
}
</style>