Shades of Golden Brown #A36701
Tints of Golden Brown #A36701
RGB
CMYK
RGB Variations
Color information
#A36701 (or 0xA36701) is known color: Golden Brown. HEX triplet: A3, 67 and 01. RGB value is (163,103,1). Sum of RGB (Red+Green+Blue) = 163+103+1=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A36701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36701 is #5C98FE. Grayscale: #6D6D6D. Windows color (decimal): -6068479 or 92067. OLE color: 92067.
HSL color Cylindrical-coordinate representation of color #A36701: hue angle of 37.78º 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 #A36701 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.36 |
| HSL | 37.78º | 0.99% | 0.32% | - |
| HSV(B) | 37.78º | 0.99% | 0.64% | - |
| XYZ | 19.96 | 17.49 | 2.35 | - |
| YUV | 109.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 1 | 0 | 0.37 | 0.99 | 0.36 | 37.78 | 0.99 | 0.32 |
| Hex | A3 | 67 | 1 | 0 | 25 | 63 | 24 | 26 | 63 | 20 |
| Octal | 243 | 147 | 1 | 0 | 45 | 143 | 44 | 46 | 143 | 40 |
| Binary | 10100011 | 1100111 | 1 | 0 | 100101 | 1100011 | 100100 | 100110 | 1100011 | 100000 |
Color Harmonies of #A36701
Complementary color
Monochromatic Colors of #A36701
Black with #A36701
Text Example
Text Example
White with #A36701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36701; }
p { color: rgb(163,103,1); }
H1.HeaderClassName
{
color: #A36701;
}
.AnyTagClassName
{
color: #A36701;
}
</style>
background-color css
<style>
a { background-color: #A36701; }
a { background-color: rgb(163,103,1); }
div.DivClassName
{
background-color: #A36701;
}
.BgClassName
{
background-color: #A36701;
}
</style>
border-color css
<style>
span { border-color: #A36701; }
span { border-color: rgb(163,103,1); }
td.TdClassName
{
border-color: #A36701;
}
.TagClassName
{
border-color: #A36701;
}
</style>