Shades of Golden Brown #A3600E
Tints of Golden Brown #A3600E
RGB
CMYK
RGB Variations
Color information
#A3600E (or 0xA3600E) is known color: Golden Brown. HEX triplet: A3, 60 and 0E. RGB value is (163,96,14). Sum of RGB (Red+Green+Blue) = 163+96+14=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3600E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3600E is #5C9FF1. Grayscale: #6B6B6B. Windows color (decimal): -6070258 or 942243. OLE color: 942243.
HSL color Cylindrical-coordinate representation of color #A3600E: hue angle of 33.02º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3600E is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 96 | 14 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.36 |
| HSL | 33.02º | 0.84% | 0.35% | - |
| HSV(B) | 33.02º | 0.91% | 0.64% | - |
| XYZ | 19.37 | 16.18 | 2.52 | - |
| YUV | 106.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 14 | 0 | 0.41 | 0.91 | 0.36 | 33.02 | 0.84 | 0.35 |
| Hex | A3 | 60 | E | 0 | 29 | 5B | 24 | 21 | 54 | 23 |
| Octal | 243 | 140 | 16 | 0 | 51 | 133 | 44 | 41 | 124 | 43 |
| Binary | 10100011 | 1100000 | 1110 | 0 | 101001 | 1011011 | 100100 | 100001 | 1010100 | 100011 |
Color Harmonies of #A3600E
Complementary color
Monochromatic Colors of #A3600E
Black with #A3600E
Text Example
Text Example
White with #A3600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3600E; }
p { color: rgb(163,96,14); }
H1.HeaderClassName
{
color: #A3600E;
}
.AnyTagClassName
{
color: #A3600E;
}
</style>
background-color css
<style>
a { background-color: #A3600E; }
a { background-color: rgb(163,96,14); }
div.DivClassName
{
background-color: #A3600E;
}
.BgClassName
{
background-color: #A3600E;
}
</style>
border-color css
<style>
span { border-color: #A3600E; }
span { border-color: rgb(163,96,14); }
td.TdClassName
{
border-color: #A3600E;
}
.TagClassName
{
border-color: #A3600E;
}
</style>