Shades of Golden Brown #A56705
Tints of Golden Brown #A56705
RGB
CMYK
RGB Variations
Color information
#A56705 (or 0xA56705) is known color: Golden Brown. HEX triplet: A5, 67 and 05. RGB value is (165,103,5). Sum of RGB (Red+Green+Blue) = 165+103+5=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A56705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56705 is #5A98FA. Grayscale: #6E6E6E. Windows color (decimal): -5937403 or 354213. OLE color: 354213.
HSL color Cylindrical-coordinate representation of color #A56705: hue angle of 36.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A56705 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 103 | 5 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.35 |
| HSL | 36.75º | 0.94% | 0.33% | - |
| HSV(B) | 36.75º | 0.97% | 0.65% | - |
| XYZ | 20.39 | 17.71 | 2.49 | - |
| YUV | 110.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 5 | 0 | 0.38 | 0.97 | 0.35 | 36.75 | 0.94 | 0.33 |
| Hex | A5 | 67 | 5 | 0 | 26 | 61 | 23 | 25 | 5E | 21 |
| Octal | 245 | 147 | 5 | 0 | 46 | 141 | 43 | 45 | 136 | 41 |
| Binary | 10100101 | 1100111 | 101 | 0 | 100110 | 1100001 | 100011 | 100101 | 1011110 | 100001 |
Color Harmonies of #A56705
Complementary color
Monochromatic Colors of #A56705
Black with #A56705
Text Example
Text Example
White with #A56705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56705; }
p { color: rgb(165,103,5); }
H1.HeaderClassName
{
color: #A56705;
}
.AnyTagClassName
{
color: #A56705;
}
</style>
background-color css
<style>
a { background-color: #A56705; }
a { background-color: rgb(165,103,5); }
div.DivClassName
{
background-color: #A56705;
}
.BgClassName
{
background-color: #A56705;
}
</style>
border-color css
<style>
span { border-color: #A56705; }
span { border-color: rgb(165,103,5); }
td.TdClassName
{
border-color: #A56705;
}
.TagClassName
{
border-color: #A56705;
}
</style>