Shades of Golden Brown #A37317
Tints of Golden Brown #A37317
RGB
CMYK
RGB Variations
Color information
#A37317 (or 0xA37317) is known color: Golden Brown. HEX triplet: A3, 73 and 17. RGB value is (163,115,23). Sum of RGB (Red+Green+Blue) = 163+115+23=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A37317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37317 is #5C8CE8. Grayscale: #777777. Windows color (decimal): -6065385 or 1536931. OLE color: 1536931.
HSL color Cylindrical-coordinate representation of color #A37317: hue angle of 39.43º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A37317 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 23 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.36 |
| HSL | 39.43º | 0.75% | 0.36% | - |
| HSV(B) | 39.43º | 0.86% | 0.64% | - |
| XYZ | 21.39 | 20.11 | 3.56 | - |
| YUV | 118.86 | 73.9 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 23 | 0 | 0.29 | 0.86 | 0.36 | 39.43 | 0.75 | 0.36 |
| Hex | A3 | 73 | 17 | 0 | 1D | 56 | 24 | 27 | 4B | 24 |
| Octal | 243 | 163 | 27 | 0 | 35 | 126 | 44 | 47 | 113 | 44 |
| Binary | 10100011 | 1110011 | 10111 | 0 | 11101 | 1010110 | 100100 | 100111 | 1001011 | 100100 |
Color Harmonies of #A37317
Complementary color
Monochromatic Colors of #A37317
Black with #A37317
Text Example
Text Example
White with #A37317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37317; }
p { color: rgb(163,115,23); }
H1.HeaderClassName
{
color: #A37317;
}
.AnyTagClassName
{
color: #A37317;
}
</style>
background-color css
<style>
a { background-color: #A37317; }
a { background-color: rgb(163,115,23); }
div.DivClassName
{
background-color: #A37317;
}
.BgClassName
{
background-color: #A37317;
}
</style>
border-color css
<style>
span { border-color: #A37317; }
span { border-color: rgb(163,115,23); }
td.TdClassName
{
border-color: #A37317;
}
.TagClassName
{
border-color: #A37317;
}
</style>