Shades of Golden Brown #A36504
Tints of Golden Brown #A36504
RGB
CMYK
RGB Variations
Color information
#A36504 (or 0xA36504) is known color: Golden Brown. HEX triplet: A3, 65 and 04. RGB value is (163,101,4). Sum of RGB (Red+Green+Blue) = 163+101+4=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A36504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36504 is #5C9AFB. Grayscale: #6C6C6C. Windows color (decimal): -6068988 or 288163. OLE color: 288163.
HSL color Cylindrical-coordinate representation of color #A36504: hue angle of 36.6º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A36504 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.36 |
| HSL | 36.6º | 0.95% | 0.33% | - |
| HSV(B) | 36.6º | 0.98% | 0.64% | - |
| XYZ | 19.78 | 17.1 | 2.37 | - |
| YUV | 108.48 | 69.04 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 4 | 0 | 0.38 | 0.98 | 0.36 | 36.6 | 0.95 | 0.33 |
| Hex | A3 | 65 | 4 | 0 | 26 | 62 | 24 | 25 | 5F | 21 |
| Octal | 243 | 145 | 4 | 0 | 46 | 142 | 44 | 45 | 137 | 41 |
| Binary | 10100011 | 1100101 | 100 | 0 | 100110 | 1100010 | 100100 | 100101 | 1011111 | 100001 |
Color Harmonies of #A36504
Complementary color
Monochromatic Colors of #A36504
Black with #A36504
Text Example
Text Example
White with #A36504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36504; }
p { color: rgb(163,101,4); }
H1.HeaderClassName
{
color: #A36504;
}
.AnyTagClassName
{
color: #A36504;
}
</style>
background-color css
<style>
a { background-color: #A36504; }
a { background-color: rgb(163,101,4); }
div.DivClassName
{
background-color: #A36504;
}
.BgClassName
{
background-color: #A36504;
}
</style>
border-color css
<style>
span { border-color: #A36504; }
span { border-color: rgb(163,101,4); }
td.TdClassName
{
border-color: #A36504;
}
.TagClassName
{
border-color: #A36504;
}
</style>