Shades of Golden Brown #A7750E
Tints of Golden Brown #A7750E
RGB
CMYK
RGB Variations
Color information
#A7750E (or 0xA7750E) is known color: Golden Brown. HEX triplet: A7, 75 and 0E. RGB value is (167,117,14). Sum of RGB (Red+Green+Blue) = 167+117+14=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A7750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7750E is #588AF1. Grayscale: #787878. Windows color (decimal): -5802738 or 947623. OLE color: 947623.
HSL color Cylindrical-coordinate representation of color #A7750E: hue angle of 40.39º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7750E is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 117 | 14 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.35 |
| HSL | 40.39º | 0.85% | 0.35% | - |
| HSV(B) | 40.39º | 0.92% | 0.65% | - |
| XYZ | 22.38 | 20.97 | 3.28 | - |
| YUV | 120.21 | 68.07 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 14 | 0 | 0.30 | 0.92 | 0.35 | 40.39 | 0.85 | 0.35 |
| Hex | A7 | 75 | E | 0 | 1E | 5C | 23 | 28 | 55 | 23 |
| Octal | 247 | 165 | 16 | 0 | 36 | 134 | 43 | 50 | 125 | 43 |
| Binary | 10100111 | 1110101 | 1110 | 0 | 11110 | 1011100 | 100011 | 101000 | 1010101 | 100011 |
Color Harmonies of #A7750E
Complementary color
Monochromatic Colors of #A7750E
Black with #A7750E
Text Example
Text Example
White with #A7750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7750E; }
p { color: rgb(167,117,14); }
H1.HeaderClassName
{
color: #A7750E;
}
.AnyTagClassName
{
color: #A7750E;
}
</style>
background-color css
<style>
a { background-color: #A7750E; }
a { background-color: rgb(167,117,14); }
div.DivClassName
{
background-color: #A7750E;
}
.BgClassName
{
background-color: #A7750E;
}
</style>
border-color css
<style>
span { border-color: #A7750E; }
span { border-color: rgb(167,117,14); }
td.TdClassName
{
border-color: #A7750E;
}
.TagClassName
{
border-color: #A7750E;
}
</style>