Shades of Golden Brown #A87212
Tints of Golden Brown #A87212
RGB
CMYK
RGB Variations
Color information
#A87212 (or 0xA87212) is known color: Golden Brown. HEX triplet: A8, 72 and 12. RGB value is (168,114,18). Sum of RGB (Red+Green+Blue) = 168+114+18=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A87212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87212 is #578DED. Grayscale: #777777. Windows color (decimal): -5737966 or 1209000. OLE color: 1209000.
HSL color Cylindrical-coordinate representation of color #A87212: hue angle of 38.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A87212 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 18 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.34 |
| HSL | 38.4º | 0.81% | 0.36% | - |
| HSV(B) | 38.4º | 0.89% | 0.66% | - |
| XYZ | 22.27 | 20.4 | 3.34 | - |
| YUV | 119.2 | 70.89 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 18 | 0 | 0.32 | 0.89 | 0.34 | 38.4 | 0.81 | 0.36 |
| Hex | A8 | 72 | 12 | 0 | 20 | 59 | 22 | 26 | 51 | 24 |
| Octal | 250 | 162 | 22 | 0 | 40 | 131 | 42 | 46 | 121 | 44 |
| Binary | 10101000 | 1110010 | 10010 | 0 | 100000 | 1011001 | 100010 | 100110 | 1010001 | 100100 |
Color Harmonies of #A87212
Complementary color
Monochromatic Colors of #A87212
Black with #A87212
Text Example
Text Example
White with #A87212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87212; }
p { color: rgb(168,114,18); }
H1.HeaderClassName
{
color: #A87212;
}
.AnyTagClassName
{
color: #A87212;
}
</style>
background-color css
<style>
a { background-color: #A87212; }
a { background-color: rgb(168,114,18); }
div.DivClassName
{
background-color: #A87212;
}
.BgClassName
{
background-color: #A87212;
}
</style>
border-color css
<style>
span { border-color: #A87212; }
span { border-color: rgb(168,114,18); }
td.TdClassName
{
border-color: #A87212;
}
.TagClassName
{
border-color: #A87212;
}
</style>