Shades of Golden Brown #A6580B
Tints of Golden Brown #A6580B
RGB
CMYK
RGB Variations
Color information
#A6580B (or 0xA6580B) is known color: Golden Brown. HEX triplet: A6, 58 and 0B. RGB value is (166,88,11). Sum of RGB (Red+Green+Blue) = 166+88+11=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6580B is #59A7F4. Grayscale: #666666. Windows color (decimal): -5875701 or 743590. OLE color: 743590.
HSL color Cylindrical-coordinate representation of color #A6580B: hue angle of 29.81º 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 #A6580B is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 11 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.35 |
| HSL | 29.81º | 0.88% | 0.35% | - |
| HSV(B) | 29.81º | 0.93% | 0.65% | - |
| XYZ | 19.28 | 15.11 | 2.22 | - |
| YUV | 102.54 | 76.34 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 11 | 0 | 0.47 | 0.93 | 0.35 | 29.81 | 0.88 | 0.35 |
| Hex | A6 | 58 | B | 0 | 2F | 5D | 23 | 1E | 58 | 23 |
| Octal | 246 | 130 | 13 | 0 | 57 | 135 | 43 | 36 | 130 | 43 |
| Binary | 10100110 | 1011000 | 1011 | 0 | 101111 | 1011101 | 100011 | 11110 | 1011000 | 100011 |
Color Harmonies of #A6580B
Complementary color
Monochromatic Colors of #A6580B
Black with #A6580B
Text Example
Text Example
White with #A6580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6580B; }
p { color: rgb(166,88,11); }
H1.HeaderClassName
{
color: #A6580B;
}
.AnyTagClassName
{
color: #A6580B;
}
</style>
background-color css
<style>
a { background-color: #A6580B; }
a { background-color: rgb(166,88,11); }
div.DivClassName
{
background-color: #A6580B;
}
.BgClassName
{
background-color: #A6580B;
}
</style>
border-color css
<style>
span { border-color: #A6580B; }
span { border-color: rgb(166,88,11); }
td.TdClassName
{
border-color: #A6580B;
}
.TagClassName
{
border-color: #A6580B;
}
</style>