Shades of Golden Brown #A5760E
Tints of Golden Brown #A5760E
RGB
CMYK
RGB Variations
Color information
#A5760E (or 0xA5760E) is known color: Golden Brown. HEX triplet: A5, 76 and 0E. RGB value is (165,118,14). Sum of RGB (Red+Green+Blue) = 165+118+14=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A5760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5760E is #5A89F1. Grayscale: #787878. Windows color (decimal): -5933554 or 947877. OLE color: 947877.
HSL color Cylindrical-coordinate representation of color #A5760E: hue angle of 41.32º degrees, saturation: 0.84, 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 #A5760E is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 118 | 14 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.35 |
| HSL | 41.32º | 0.84% | 0.35% | - |
| HSV(B) | 41.32º | 0.92% | 0.65% | - |
| XYZ | 22.07 | 20.99 | 3.3 | - |
| YUV | 120.2 | 68.07 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 14 | 0 | 0.28 | 0.92 | 0.35 | 41.32 | 0.84 | 0.35 |
| Hex | A5 | 76 | E | 0 | 1C | 5C | 23 | 29 | 54 | 23 |
| Octal | 245 | 166 | 16 | 0 | 34 | 134 | 43 | 51 | 124 | 43 |
| Binary | 10100101 | 1110110 | 1110 | 0 | 11100 | 1011100 | 100011 | 101001 | 1010100 | 100011 |
Color Harmonies of #A5760E
Complementary color
Monochromatic Colors of #A5760E
Black with #A5760E
Text Example
Text Example
White with #A5760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5760E; }
p { color: rgb(165,118,14); }
H1.HeaderClassName
{
color: #A5760E;
}
.AnyTagClassName
{
color: #A5760E;
}
</style>
background-color css
<style>
a { background-color: #A5760E; }
a { background-color: rgb(165,118,14); }
div.DivClassName
{
background-color: #A5760E;
}
.BgClassName
{
background-color: #A5760E;
}
</style>
border-color css
<style>
span { border-color: #A5760E; }
span { border-color: rgb(165,118,14); }
td.TdClassName
{
border-color: #A5760E;
}
.TagClassName
{
border-color: #A5760E;
}
</style>