Shades of Golden Brown #A9580E
Tints of Golden Brown #A9580E
RGB
CMYK
RGB Variations
Color information
#A9580E (or 0xA9580E) is known color: Golden Brown. HEX triplet: A9, 58 and 0E. RGB value is (169,88,14). Sum of RGB (Red+Green+Blue) = 169+88+14=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A9580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9580E is #56A7F1. Grayscale: #686868. Windows color (decimal): -5679090 or 940201. OLE color: 940201.
HSL color Cylindrical-coordinate representation of color #A9580E: hue angle of 28.65º 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 #A9580E is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 88 | 14 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.34 |
| HSL | 28.65º | 0.85% | 0.36% | - |
| HSV(B) | 28.65º | 0.92% | 0.66% | - |
| XYZ | 19.93 | 15.45 | 2.35 | - |
| YUV | 103.78 | 77.34 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 14 | 0 | 0.48 | 0.92 | 0.34 | 28.65 | 0.85 | 0.36 |
| Hex | A9 | 58 | E | 0 | 30 | 5C | 22 | 1D | 55 | 24 |
| Octal | 251 | 130 | 16 | 0 | 60 | 134 | 42 | 35 | 125 | 44 |
| Binary | 10101001 | 1011000 | 1110 | 0 | 110000 | 1011100 | 100010 | 11101 | 1010101 | 100100 |
Color Harmonies of #A9580E
Complementary color
Monochromatic Colors of #A9580E
Black with #A9580E
Text Example
Text Example
White with #A9580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9580E; }
p { color: rgb(169,88,14); }
H1.HeaderClassName
{
color: #A9580E;
}
.AnyTagClassName
{
color: #A9580E;
}
</style>
background-color css
<style>
a { background-color: #A9580E; }
a { background-color: rgb(169,88,14); }
div.DivClassName
{
background-color: #A9580E;
}
.BgClassName
{
background-color: #A9580E;
}
</style>
border-color css
<style>
span { border-color: #A9580E; }
span { border-color: rgb(169,88,14); }
td.TdClassName
{
border-color: #A9580E;
}
.TagClassName
{
border-color: #A9580E;
}
</style>