Shades of Golden Brown #A3601E
Tints of Golden Brown #A3601E
RGB
CMYK
RGB Variations
Color information
#A3601E (or 0xA3601E) is known color: Golden Brown. HEX triplet: A3, 60 and 1E. RGB value is (163,96,30). Sum of RGB (Red+Green+Blue) = 163+96+30=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3601E is #5C9FE1. Grayscale: #6C6C6C. Windows color (decimal): -6070242 or 1990819. OLE color: 1990819.
HSL color Cylindrical-coordinate representation of color #A3601E: hue angle of 29.77º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3601E is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 96 | 30 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.36 |
| HSL | 29.77º | 0.69% | 0.38% | - |
| HSV(B) | 29.77º | 0.82% | 0.64% | - |
| XYZ | 19.52 | 16.25 | 3.34 | - |
| YUV | 108.51 | 83.7 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 30 | 0 | 0.41 | 0.82 | 0.36 | 29.77 | 0.69 | 0.38 |
| Hex | A3 | 60 | 1E | 0 | 29 | 52 | 24 | 1E | 45 | 26 |
| Octal | 243 | 140 | 36 | 0 | 51 | 122 | 44 | 36 | 105 | 46 |
| Binary | 10100011 | 1100000 | 11110 | 0 | 101001 | 1010010 | 100100 | 11110 | 1000101 | 100110 |
Color Harmonies of #A3601E
Complementary color
Monochromatic Colors of #A3601E
Black with #A3601E
Text Example
Text Example
White with #A3601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3601E; }
p { color: rgb(163,96,30); }
H1.HeaderClassName
{
color: #A3601E;
}
.AnyTagClassName
{
color: #A3601E;
}
</style>
background-color css
<style>
a { background-color: #A3601E; }
a { background-color: rgb(163,96,30); }
div.DivClassName
{
background-color: #A3601E;
}
.BgClassName
{
background-color: #A3601E;
}
</style>
border-color css
<style>
span { border-color: #A3601E; }
span { border-color: rgb(163,96,30); }
td.TdClassName
{
border-color: #A3601E;
}
.TagClassName
{
border-color: #A3601E;
}
</style>