Shades of Golden Brown #A5540A
Tints of Golden Brown #A5540A
RGB
CMYK
RGB Variations
Color information
#A5540A (or 0xA5540A) is known color: Golden Brown. HEX triplet: A5, 54 and 0A. RGB value is (165,84,10). Sum of RGB (Red+Green+Blue) = 165+84+10=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A5540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5540A is #5AABF5. Grayscale: #646464. Windows color (decimal): -5942262 or 677029. OLE color: 677029.
HSL color Cylindrical-coordinate representation of color #A5540A: hue angle of 28.65º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5540A is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 84 | 10 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.35 |
| HSL | 28.65º | 0.89% | 0.34% | - |
| HSV(B) | 28.65º | 0.94% | 0.65% | - |
| XYZ | 18.74 | 14.36 | 2.07 | - |
| YUV | 99.78 | 77.34 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 10 | 0 | 0.49 | 0.94 | 0.35 | 28.65 | 0.89 | 0.34 |
| Hex | A5 | 54 | A | 0 | 31 | 5E | 23 | 1D | 59 | 22 |
| Octal | 245 | 124 | 12 | 0 | 61 | 136 | 43 | 35 | 131 | 42 |
| Binary | 10100101 | 1010100 | 1010 | 0 | 110001 | 1011110 | 100011 | 11101 | 1011001 | 100010 |
Color Harmonies of #A5540A
Complementary color
Monochromatic Colors of #A5540A
Black with #A5540A
Text Example
Text Example
White with #A5540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5540A; }
p { color: rgb(165,84,10); }
H1.HeaderClassName
{
color: #A5540A;
}
.AnyTagClassName
{
color: #A5540A;
}
</style>
background-color css
<style>
a { background-color: #A5540A; }
a { background-color: rgb(165,84,10); }
div.DivClassName
{
background-color: #A5540A;
}
.BgClassName
{
background-color: #A5540A;
}
</style>
border-color css
<style>
span { border-color: #A5540A; }
span { border-color: rgb(165,84,10); }
td.TdClassName
{
border-color: #A5540A;
}
.TagClassName
{
border-color: #A5540A;
}
</style>