Shades of Golden Brown #A7580B
Tints of Golden Brown #A7580B
RGB
CMYK
RGB Variations
Color information
#A7580B (or 0xA7580B) is known color: Golden Brown. HEX triplet: A7, 58 and 0B. RGB value is (167,88,11). Sum of RGB (Red+Green+Blue) = 167+88+11=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A7580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7580B is #58A7F4. Grayscale: #676767. Windows color (decimal): -5810165 or 743591. OLE color: 743591.
HSL color Cylindrical-coordinate representation of color #A7580B: hue angle of 29.62º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7580B is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 88 | 11 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.35 |
| HSL | 29.62º | 0.88% | 0.35% | - |
| HSV(B) | 29.62º | 0.93% | 0.65% | - |
| XYZ | 19.49 | 15.22 | 2.23 | - |
| YUV | 102.84 | 76.17 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 11 | 0 | 0.47 | 0.93 | 0.35 | 29.62 | 0.88 | 0.35 |
| Hex | A7 | 58 | B | 0 | 2F | 5D | 23 | 1E | 58 | 23 |
| Octal | 247 | 130 | 13 | 0 | 57 | 135 | 43 | 36 | 130 | 43 |
| Binary | 10100111 | 1011000 | 1011 | 0 | 101111 | 1011101 | 100011 | 11110 | 1011000 | 100011 |
Color Harmonies of #A7580B
Complementary color
Monochromatic Colors of #A7580B
Black with #A7580B
Text Example
Text Example
White with #A7580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7580B; }
p { color: rgb(167,88,11); }
H1.HeaderClassName
{
color: #A7580B;
}
.AnyTagClassName
{
color: #A7580B;
}
</style>
background-color css
<style>
a { background-color: #A7580B; }
a { background-color: rgb(167,88,11); }
div.DivClassName
{
background-color: #A7580B;
}
.BgClassName
{
background-color: #A7580B;
}
</style>
border-color css
<style>
span { border-color: #A7580B; }
span { border-color: rgb(167,88,11); }
td.TdClassName
{
border-color: #A7580B;
}
.TagClassName
{
border-color: #A7580B;
}
</style>