Shades of Golden Brown #A46C18
Tints of Golden Brown #A46C18
RGB
CMYK
RGB Variations
Color information
#A46C18 (or 0xA46C18) is known color: Golden Brown. HEX triplet: A4, 6C and 18. RGB value is (164,108,24). Sum of RGB (Red+Green+Blue) = 164+108+24=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46C18 is #5B93E7. Grayscale: #737373. Windows color (decimal): -6001640 or 1600676. OLE color: 1600676.
HSL color Cylindrical-coordinate representation of color #A46C18: hue angle of 36º 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 #A46C18 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 24 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.36 |
| HSL | 36º | 0.74% | 0.37% | - |
| HSV(B) | 36º | 0.85% | 0.64% | - |
| XYZ | 20.84 | 18.68 | 3.37 | - |
| YUV | 115.17 | 76.55 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 24 | 0 | 0.34 | 0.85 | 0.36 | 36 | 0.74 | 0.37 |
| Hex | A4 | 6C | 18 | 0 | 22 | 55 | 24 | 24 | 4A | 25 |
| Octal | 244 | 154 | 30 | 0 | 42 | 125 | 44 | 44 | 112 | 45 |
| Binary | 10100100 | 1101100 | 11000 | 0 | 100010 | 1010101 | 100100 | 100100 | 1001010 | 100101 |
Color Harmonies of #A46C18
Complementary color
Monochromatic Colors of #A46C18
Black with #A46C18
Text Example
Text Example
White with #A46C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C18; }
p { color: rgb(164,108,24); }
H1.HeaderClassName
{
color: #A46C18;
}
.AnyTagClassName
{
color: #A46C18;
}
</style>
background-color css
<style>
a { background-color: #A46C18; }
a { background-color: rgb(164,108,24); }
div.DivClassName
{
background-color: #A46C18;
}
.BgClassName
{
background-color: #A46C18;
}
</style>
border-color css
<style>
span { border-color: #A46C18; }
span { border-color: rgb(164,108,24); }
td.TdClassName
{
border-color: #A46C18;
}
.TagClassName
{
border-color: #A46C18;
}
</style>