Shades of Golden Brown #A46E18
Tints of Golden Brown #A46E18
RGB
CMYK
RGB Variations
Color information
#A46E18 (or 0xA46E18) is known color: Golden Brown. HEX triplet: A4, 6E and 18. RGB value is (164,110,24). Sum of RGB (Red+Green+Blue) = 164+110+24=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46E18 is #5B91E7. Grayscale: #747474. Windows color (decimal): -6001128 or 1601188. OLE color: 1601188.
HSL color Cylindrical-coordinate representation of color #A46E18: hue angle of 36.86º 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 #A46E18 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 24 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.36 |
| HSL | 36.86º | 0.74% | 0.37% | - |
| HSV(B) | 36.86º | 0.85% | 0.64% | - |
| XYZ | 21.05 | 19.11 | 3.44 | - |
| YUV | 116.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 24 | 0 | 0.33 | 0.85 | 0.36 | 36.86 | 0.74 | 0.37 |
| Hex | A4 | 6E | 18 | 0 | 21 | 55 | 24 | 25 | 4A | 25 |
| Octal | 244 | 156 | 30 | 0 | 41 | 125 | 44 | 45 | 112 | 45 |
| Binary | 10100100 | 1101110 | 11000 | 0 | 100001 | 1010101 | 100100 | 100101 | 1001010 | 100101 |
Color Harmonies of #A46E18
Complementary color
Monochromatic Colors of #A46E18
Black with #A46E18
Text Example
Text Example
White with #A46E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E18; }
p { color: rgb(164,110,24); }
H1.HeaderClassName
{
color: #A46E18;
}
.AnyTagClassName
{
color: #A46E18;
}
</style>
background-color css
<style>
a { background-color: #A46E18; }
a { background-color: rgb(164,110,24); }
div.DivClassName
{
background-color: #A46E18;
}
.BgClassName
{
background-color: #A46E18;
}
</style>
border-color css
<style>
span { border-color: #A46E18; }
span { border-color: rgb(164,110,24); }
td.TdClassName
{
border-color: #A46E18;
}
.TagClassName
{
border-color: #A46E18;
}
</style>