Shades of Golden Brown #A37415
Tints of Golden Brown #A37415
RGB
CMYK
RGB Variations
Color information
#A37415 (or 0xA37415) is known color: Golden Brown. HEX triplet: A3, 74 and 15. RGB value is (163,116,21). Sum of RGB (Red+Green+Blue) = 163+116+21=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A37415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37415 is #5C8BEA. Grayscale: #777777. Windows color (decimal): -6065131 or 1406115. OLE color: 1406115.
HSL color Cylindrical-coordinate representation of color #A37415: hue angle of 40.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A37415 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 21 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.36 |
| HSL | 40.14º | 0.77% | 0.36% | - |
| HSV(B) | 40.14º | 0.87% | 0.64% | - |
| XYZ | 21.49 | 20.33 | 3.5 | - |
| YUV | 119.22 | 72.57 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 21 | 0 | 0.29 | 0.87 | 0.36 | 40.14 | 0.77 | 0.36 |
| Hex | A3 | 74 | 15 | 0 | 1D | 57 | 24 | 28 | 4D | 24 |
| Octal | 243 | 164 | 25 | 0 | 35 | 127 | 44 | 50 | 115 | 44 |
| Binary | 10100011 | 1110100 | 10101 | 0 | 11101 | 1010111 | 100100 | 101000 | 1001101 | 100100 |
Color Harmonies of #A37415
Complementary color
Monochromatic Colors of #A37415
Black with #A37415
Text Example
Text Example
White with #A37415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37415; }
p { color: rgb(163,116,21); }
H1.HeaderClassName
{
color: #A37415;
}
.AnyTagClassName
{
color: #A37415;
}
</style>
background-color css
<style>
a { background-color: #A37415; }
a { background-color: rgb(163,116,21); }
div.DivClassName
{
background-color: #A37415;
}
.BgClassName
{
background-color: #A37415;
}
</style>
border-color css
<style>
span { border-color: #A37415; }
span { border-color: rgb(163,116,21); }
td.TdClassName
{
border-color: #A37415;
}
.TagClassName
{
border-color: #A37415;
}
</style>