Shades of Golden Brown #A5760B
Tints of Golden Brown #A5760B
RGB
CMYK
RGB Variations
Color information
#A5760B (or 0xA5760B) is known color: Golden Brown. HEX triplet: A5, 76 and 0B. RGB value is (165,118,11). Sum of RGB (Red+Green+Blue) = 165+118+11=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A5760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5760B is #5A89F4. Grayscale: #787878. Windows color (decimal): -5933557 or 751269. OLE color: 751269.
HSL color Cylindrical-coordinate representation of color #A5760B: hue angle of 41.69º 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 #A5760B is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 118 | 11 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.35 |
| HSL | 41.69º | 0.88% | 0.35% | - |
| HSV(B) | 41.69º | 0.93% | 0.65% | - |
| XYZ | 22.06 | 20.98 | 3.2 | - |
| YUV | 119.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 11 | 0 | 0.28 | 0.93 | 0.35 | 41.69 | 0.88 | 0.35 |
| Hex | A5 | 76 | B | 0 | 1C | 5D | 23 | 2A | 58 | 23 |
| Octal | 245 | 166 | 13 | 0 | 34 | 135 | 43 | 52 | 130 | 43 |
| Binary | 10100101 | 1110110 | 1011 | 0 | 11100 | 1011101 | 100011 | 101010 | 1011000 | 100011 |
Color Harmonies of #A5760B
Complementary color
Monochromatic Colors of #A5760B
Black with #A5760B
Text Example
Text Example
White with #A5760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5760B; }
p { color: rgb(165,118,11); }
H1.HeaderClassName
{
color: #A5760B;
}
.AnyTagClassName
{
color: #A5760B;
}
</style>
background-color css
<style>
a { background-color: #A5760B; }
a { background-color: rgb(165,118,11); }
div.DivClassName
{
background-color: #A5760B;
}
.BgClassName
{
background-color: #A5760B;
}
</style>
border-color css
<style>
span { border-color: #A5760B; }
span { border-color: rgb(165,118,11); }
td.TdClassName
{
border-color: #A5760B;
}
.TagClassName
{
border-color: #A5760B;
}
</style>