Shades of Golden Brown #A5540E
Tints of Golden Brown #A5540E
RGB
CMYK
RGB Variations
Color information
#A5540E (or 0xA5540E) is known color: Golden Brown. HEX triplet: A5, 54 and 0E. RGB value is (165,84,14). Sum of RGB (Red+Green+Blue) = 165+84+14=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A5540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5540E is #5AABF1. Grayscale: #646464. Windows color (decimal): -5942258 or 939173. OLE color: 939173.
HSL color Cylindrical-coordinate representation of color #A5540E: hue angle of 27.81º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5540E is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 84 | 14 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.35 |
| HSL | 27.81º | 0.84% | 0.35% | - |
| HSV(B) | 27.81º | 0.92% | 0.65% | - |
| XYZ | 18.77 | 14.37 | 2.2 | - |
| YUV | 100.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 14 | 0 | 0.49 | 0.92 | 0.35 | 27.81 | 0.84 | 0.35 |
| Hex | A5 | 54 | E | 0 | 31 | 5C | 23 | 1C | 54 | 23 |
| Octal | 245 | 124 | 16 | 0 | 61 | 134 | 43 | 34 | 124 | 43 |
| Binary | 10100101 | 1010100 | 1110 | 0 | 110001 | 1011100 | 100011 | 11100 | 1010100 | 100011 |
Color Harmonies of #A5540E
Complementary color
Monochromatic Colors of #A5540E
Black with #A5540E
Text Example
Text Example
White with #A5540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5540E; }
p { color: rgb(165,84,14); }
H1.HeaderClassName
{
color: #A5540E;
}
.AnyTagClassName
{
color: #A5540E;
}
</style>
background-color css
<style>
a { background-color: #A5540E; }
a { background-color: rgb(165,84,14); }
div.DivClassName
{
background-color: #A5540E;
}
.BgClassName
{
background-color: #A5540E;
}
</style>
border-color css
<style>
span { border-color: #A5540E; }
span { border-color: rgb(165,84,14); }
td.TdClassName
{
border-color: #A5540E;
}
.TagClassName
{
border-color: #A5540E;
}
</style>