Shades of Golden Brown #A8750E
Tints of Golden Brown #A8750E
RGB
CMYK
RGB Variations
Color information
#A8750E (or 0xA8750E) is known color: Golden Brown. HEX triplet: A8, 75 and 0E. RGB value is (168,117,14). Sum of RGB (Red+Green+Blue) = 168+117+14=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A8750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8750E is #578AF1. Grayscale: #787878. Windows color (decimal): -5737202 or 947624. OLE color: 947624.
HSL color Cylindrical-coordinate representation of color #A8750E: hue angle of 40.13º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8750E is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 14 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.34 |
| HSL | 40.13º | 0.85% | 0.36% | - |
| HSV(B) | 40.13º | 0.92% | 0.66% | - |
| XYZ | 22.59 | 21.08 | 3.29 | - |
| YUV | 120.51 | 67.9 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 14 | 0 | 0.30 | 0.92 | 0.34 | 40.13 | 0.85 | 0.36 |
| Hex | A8 | 75 | E | 0 | 1E | 5C | 22 | 28 | 55 | 24 |
| Octal | 250 | 165 | 16 | 0 | 36 | 134 | 42 | 50 | 125 | 44 |
| Binary | 10101000 | 1110101 | 1110 | 0 | 11110 | 1011100 | 100010 | 101000 | 1010101 | 100100 |
Color Harmonies of #A8750E
Complementary color
Monochromatic Colors of #A8750E
Black with #A8750E
Text Example
Text Example
White with #A8750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8750E; }
p { color: rgb(168,117,14); }
H1.HeaderClassName
{
color: #A8750E;
}
.AnyTagClassName
{
color: #A8750E;
}
</style>
background-color css
<style>
a { background-color: #A8750E; }
a { background-color: rgb(168,117,14); }
div.DivClassName
{
background-color: #A8750E;
}
.BgClassName
{
background-color: #A8750E;
}
</style>
border-color css
<style>
span { border-color: #A8750E; }
span { border-color: rgb(168,117,14); }
td.TdClassName
{
border-color: #A8750E;
}
.TagClassName
{
border-color: #A8750E;
}
</style>