Shades of Golden Brown #A47212
Tints of Golden Brown #A47212
RGB
CMYK
RGB Variations
Color information
#A47212 (or 0xA47212) is known color: Golden Brown. HEX triplet: A4, 72 and 12. RGB value is (164,114,18). Sum of RGB (Red+Green+Blue) = 164+114+18=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A47212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47212 is #5B8DED. Grayscale: #767676. Windows color (decimal): -6000110 or 1208996. OLE color: 1208996.
HSL color Cylindrical-coordinate representation of color #A47212: hue angle of 39.45º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A47212 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 18 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.36 |
| HSL | 39.45º | 0.8% | 0.36% | - |
| HSV(B) | 39.45º | 0.89% | 0.64% | - |
| XYZ | 21.44 | 19.97 | 3.3 | - |
| YUV | 118.01 | 71.57 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 18 | 0 | 0.30 | 0.89 | 0.36 | 39.45 | 0.8 | 0.36 |
| Hex | A4 | 72 | 12 | 0 | 1E | 59 | 24 | 27 | 50 | 24 |
| Octal | 244 | 162 | 22 | 0 | 36 | 131 | 44 | 47 | 120 | 44 |
| Binary | 10100100 | 1110010 | 10010 | 0 | 11110 | 1011001 | 100100 | 100111 | 1010000 | 100100 |
Color Harmonies of #A47212
Complementary color
Monochromatic Colors of #A47212
Black with #A47212
Text Example
Text Example
White with #A47212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47212; }
p { color: rgb(164,114,18); }
H1.HeaderClassName
{
color: #A47212;
}
.AnyTagClassName
{
color: #A47212;
}
</style>
background-color css
<style>
a { background-color: #A47212; }
a { background-color: rgb(164,114,18); }
div.DivClassName
{
background-color: #A47212;
}
.BgClassName
{
background-color: #A47212;
}
</style>
border-color css
<style>
span { border-color: #A47212; }
span { border-color: rgb(164,114,18); }
td.TdClassName
{
border-color: #A47212;
}
.TagClassName
{
border-color: #A47212;
}
</style>