Shades of Golden Brown #A56819
Tints of Golden Brown #A56819
RGB
CMYK
RGB Variations
Color information
#A56819 (or 0xA56819) is known color: Golden Brown. HEX triplet: A5, 68 and 19. RGB value is (165,104,25). Sum of RGB (Red+Green+Blue) = 165+104+25=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A56819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56819 is #5A97E6. Grayscale: #717171. Windows color (decimal): -5937127 or 1665189. OLE color: 1665189.
HSL color Cylindrical-coordinate representation of color #A56819: hue angle of 33.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A56819 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 104 | 25 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.35 |
| HSL | 33.86º | 0.74% | 0.37% | - |
| HSV(B) | 33.86º | 0.85% | 0.65% | - |
| XYZ | 20.64 | 17.97 | 3.3 | - |
| YUV | 113.23 | 78.21 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 25 | 0 | 0.37 | 0.85 | 0.35 | 33.86 | 0.74 | 0.37 |
| Hex | A5 | 68 | 19 | 0 | 25 | 55 | 23 | 22 | 4A | 25 |
| Octal | 245 | 150 | 31 | 0 | 45 | 125 | 43 | 42 | 112 | 45 |
| Binary | 10100101 | 1101000 | 11001 | 0 | 100101 | 1010101 | 100011 | 100010 | 1001010 | 100101 |
Color Harmonies of #A56819
Complementary color
Monochromatic Colors of #A56819
Black with #A56819
Text Example
Text Example
White with #A56819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56819; }
p { color: rgb(165,104,25); }
H1.HeaderClassName
{
color: #A56819;
}
.AnyTagClassName
{
color: #A56819;
}
</style>
background-color css
<style>
a { background-color: #A56819; }
a { background-color: rgb(165,104,25); }
div.DivClassName
{
background-color: #A56819;
}
.BgClassName
{
background-color: #A56819;
}
</style>
border-color css
<style>
span { border-color: #A56819; }
span { border-color: rgb(165,104,25); }
td.TdClassName
{
border-color: #A56819;
}
.TagClassName
{
border-color: #A56819;
}
</style>