Shades of Golden Brown #A9580B
Tints of Golden Brown #A9580B
RGB
CMYK
RGB Variations
Color information
#A9580B (or 0xA9580B) is known color: Golden Brown. HEX triplet: A9, 58 and 0B. RGB value is (169,88,11). Sum of RGB (Red+Green+Blue) = 169+88+11=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A9580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9580B is #56A7F4. Grayscale: #676767. Windows color (decimal): -5679093 or 743593. OLE color: 743593.
HSL color Cylindrical-coordinate representation of color #A9580B: hue angle of 29.24º degrees, saturation: 0.88, 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 #A9580B is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 88 | 11 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.34 |
| HSL | 29.24º | 0.88% | 0.35% | - |
| HSV(B) | 29.24º | 0.93% | 0.66% | - |
| XYZ | 19.91 | 15.44 | 2.25 | - |
| YUV | 103.44 | 75.84 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 11 | 0 | 0.48 | 0.93 | 0.34 | 29.24 | 0.88 | 0.35 |
| Hex | A9 | 58 | B | 0 | 30 | 5D | 22 | 1D | 58 | 23 |
| Octal | 251 | 130 | 13 | 0 | 60 | 135 | 42 | 35 | 130 | 43 |
| Binary | 10101001 | 1011000 | 1011 | 0 | 110000 | 1011101 | 100010 | 11101 | 1011000 | 100011 |
Color Harmonies of #A9580B
Complementary color
Monochromatic Colors of #A9580B
Black with #A9580B
Text Example
Text Example
White with #A9580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9580B; }
p { color: rgb(169,88,11); }
H1.HeaderClassName
{
color: #A9580B;
}
.AnyTagClassName
{
color: #A9580B;
}
</style>
background-color css
<style>
a { background-color: #A9580B; }
a { background-color: rgb(169,88,11); }
div.DivClassName
{
background-color: #A9580B;
}
.BgClassName
{
background-color: #A9580B;
}
</style>
border-color css
<style>
span { border-color: #A9580B; }
span { border-color: rgb(169,88,11); }
td.TdClassName
{
border-color: #A9580B;
}
.TagClassName
{
border-color: #A9580B;
}
</style>