Shades of Golden Brown #A8720C
Tints of Golden Brown #A8720C
RGB
CMYK
RGB Variations
Color information
#A8720C (or 0xA8720C) is known color: Golden Brown. HEX triplet: A8, 72 and 0C. RGB value is (168,114,12). Sum of RGB (Red+Green+Blue) = 168+114+12=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A8720C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8720C is #578DF3. Grayscale: #767676. Windows color (decimal): -5737972 or 815784. OLE color: 815784.
HSL color Cylindrical-coordinate representation of color #A8720C: hue angle of 39.23º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8720C is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 12 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.34 |
| HSL | 39.23º | 0.87% | 0.35% | - |
| HSV(B) | 39.23º | 0.93% | 0.66% | - |
| XYZ | 22.23 | 20.39 | 3.11 | - |
| YUV | 118.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 12 | 0 | 0.32 | 0.93 | 0.34 | 39.23 | 0.87 | 0.35 |
| Hex | A8 | 72 | C | 0 | 20 | 5D | 22 | 27 | 57 | 23 |
| Octal | 250 | 162 | 14 | 0 | 40 | 135 | 42 | 47 | 127 | 43 |
| Binary | 10101000 | 1110010 | 1100 | 0 | 100000 | 1011101 | 100010 | 100111 | 1010111 | 100011 |
Color Harmonies of #A8720C
Complementary color
Monochromatic Colors of #A8720C
Black with #A8720C
Text Example
Text Example
White with #A8720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8720C; }
p { color: rgb(168,114,12); }
H1.HeaderClassName
{
color: #A8720C;
}
.AnyTagClassName
{
color: #A8720C;
}
</style>
background-color css
<style>
a { background-color: #A8720C; }
a { background-color: rgb(168,114,12); }
div.DivClassName
{
background-color: #A8720C;
}
.BgClassName
{
background-color: #A8720C;
}
</style>
border-color css
<style>
span { border-color: #A8720C; }
span { border-color: rgb(168,114,12); }
td.TdClassName
{
border-color: #A8720C;
}
.TagClassName
{
border-color: #A8720C;
}
</style>