Shades of Golden Brown #A3600D
Tints of Golden Brown #A3600D
RGB
CMYK
RGB Variations
Color information
#A3600D (or 0xA3600D) is known color: Golden Brown. HEX triplet: A3, 60 and 0D. RGB value is (163,96,13). Sum of RGB (Red+Green+Blue) = 163+96+13=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3600D is #5C9FF2. Grayscale: #6A6A6A. Windows color (decimal): -6070259 or 876707. OLE color: 876707.
HSL color Cylindrical-coordinate representation of color #A3600D: hue angle of 33.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3600D is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 96 | 13 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.36 |
| HSL | 33.2º | 0.85% | 0.35% | - |
| HSV(B) | 33.2º | 0.92% | 0.64% | - |
| XYZ | 19.36 | 16.18 | 2.48 | - |
| YUV | 106.57 | 75.2 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 13 | 0 | 0.41 | 0.92 | 0.36 | 33.2 | 0.85 | 0.35 |
| Hex | A3 | 60 | D | 0 | 29 | 5C | 24 | 21 | 55 | 23 |
| Octal | 243 | 140 | 15 | 0 | 51 | 134 | 44 | 41 | 125 | 43 |
| Binary | 10100011 | 1100000 | 1101 | 0 | 101001 | 1011100 | 100100 | 100001 | 1010101 | 100011 |
Color Harmonies of #A3600D
Complementary color
Monochromatic Colors of #A3600D
Black with #A3600D
Text Example
Text Example
White with #A3600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3600D; }
p { color: rgb(163,96,13); }
H1.HeaderClassName
{
color: #A3600D;
}
.AnyTagClassName
{
color: #A3600D;
}
</style>
background-color css
<style>
a { background-color: #A3600D; }
a { background-color: rgb(163,96,13); }
div.DivClassName
{
background-color: #A3600D;
}
.BgClassName
{
background-color: #A3600D;
}
</style>
border-color css
<style>
span { border-color: #A3600D; }
span { border-color: rgb(163,96,13); }
td.TdClassName
{
border-color: #A3600D;
}
.TagClassName
{
border-color: #A3600D;
}
</style>