Shades of Golden Brown #A36B18
Tints of Golden Brown #A36B18
RGB
CMYK
RGB Variations
Color information
#A36B18 (or 0xA36B18) is known color: Golden Brown. HEX triplet: A3, 6B and 18. RGB value is (163,107,24). Sum of RGB (Red+Green+Blue) = 163+107+24=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36B18 is #5C94E7. Grayscale: #727272. Windows color (decimal): -6067432 or 1600419. OLE color: 1600419.
HSL color Cylindrical-coordinate representation of color #A36B18: hue angle of 35.83º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A36B18 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 107 | 24 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.36 |
| HSL | 35.83º | 0.74% | 0.37% | - |
| HSV(B) | 35.83º | 0.85% | 0.64% | - |
| XYZ | 20.53 | 18.37 | 3.33 | - |
| YUV | 114.28 | 77.05 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 24 | 0 | 0.34 | 0.85 | 0.36 | 35.83 | 0.74 | 0.37 |
| Hex | A3 | 6B | 18 | 0 | 22 | 55 | 24 | 24 | 4A | 25 |
| Octal | 243 | 153 | 30 | 0 | 42 | 125 | 44 | 44 | 112 | 45 |
| Binary | 10100011 | 1101011 | 11000 | 0 | 100010 | 1010101 | 100100 | 100100 | 1001010 | 100101 |
Color Harmonies of #A36B18
Complementary color
Monochromatic Colors of #A36B18
Black with #A36B18
Text Example
Text Example
White with #A36B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36B18; }
p { color: rgb(163,107,24); }
H1.HeaderClassName
{
color: #A36B18;
}
.AnyTagClassName
{
color: #A36B18;
}
</style>
background-color css
<style>
a { background-color: #A36B18; }
a { background-color: rgb(163,107,24); }
div.DivClassName
{
background-color: #A36B18;
}
.BgClassName
{
background-color: #A36B18;
}
</style>
border-color css
<style>
span { border-color: #A36B18; }
span { border-color: rgb(163,107,24); }
td.TdClassName
{
border-color: #A36B18;
}
.TagClassName
{
border-color: #A36B18;
}
</style>