Shades of Golden Brown #A36401
Tints of Golden Brown #A36401
RGB
CMYK
RGB Variations
Color information
#A36401 (or 0xA36401) is known color: Golden Brown. HEX triplet: A3, 64 and 01. RGB value is (163,100,1). Sum of RGB (Red+Green+Blue) = 163+100+1=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A36401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36401 is #5C9BFE. Grayscale: #6C6C6C. Windows color (decimal): -6069247 or 91299. OLE color: 91299.
HSL color Cylindrical-coordinate representation of color #A36401: hue angle of 36.67º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A36401 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 100 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.36 |
| HSL | 36.67º | 0.99% | 0.32% | - |
| HSV(B) | 36.67º | 0.99% | 0.64% | - |
| XYZ | 19.67 | 16.9 | 2.25 | - |
| YUV | 107.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 1 | 0 | 0.39 | 0.99 | 0.36 | 36.67 | 0.99 | 0.32 |
| Hex | A3 | 64 | 1 | 0 | 27 | 63 | 24 | 25 | 63 | 20 |
| Octal | 243 | 144 | 1 | 0 | 47 | 143 | 44 | 45 | 143 | 40 |
| Binary | 10100011 | 1100100 | 1 | 0 | 100111 | 1100011 | 100100 | 100101 | 1100011 | 100000 |
Color Harmonies of #A36401
Complementary color
Monochromatic Colors of #A36401
Black with #A36401
Text Example
Text Example
White with #A36401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36401; }
p { color: rgb(163,100,1); }
H1.HeaderClassName
{
color: #A36401;
}
.AnyTagClassName
{
color: #A36401;
}
</style>
background-color css
<style>
a { background-color: #A36401; }
a { background-color: rgb(163,100,1); }
div.DivClassName
{
background-color: #A36401;
}
.BgClassName
{
background-color: #A36401;
}
</style>
border-color css
<style>
span { border-color: #A36401; }
span { border-color: rgb(163,100,1); }
td.TdClassName
{
border-color: #A36401;
}
.TagClassName
{
border-color: #A36401;
}
</style>