Shades of Golden Brown #A56709
Tints of Golden Brown #A56709
RGB
CMYK
RGB Variations
Color information
#A56709 (or 0xA56709) is known color: Golden Brown. HEX triplet: A5, 67 and 09. RGB value is (165,103,9). Sum of RGB (Red+Green+Blue) = 165+103+9=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A56709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56709 is #5A98F6. Grayscale: #6F6F6F. Windows color (decimal): -5937399 or 616357. OLE color: 616357.
HSL color Cylindrical-coordinate representation of color #A56709: hue angle of 36.15º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A56709 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 103 | 9 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.35 |
| HSL | 36.15º | 0.9% | 0.34% | - |
| HSV(B) | 36.15º | 0.95% | 0.65% | - |
| XYZ | 20.42 | 17.72 | 2.6 | - |
| YUV | 110.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 9 | 0 | 0.38 | 0.95 | 0.35 | 36.15 | 0.9 | 0.34 |
| Hex | A5 | 67 | 9 | 0 | 26 | 5F | 23 | 24 | 5A | 22 |
| Octal | 245 | 147 | 11 | 0 | 46 | 137 | 43 | 44 | 132 | 42 |
| Binary | 10100101 | 1100111 | 1001 | 0 | 100110 | 1011111 | 100011 | 100100 | 1011010 | 100010 |
Color Harmonies of #A56709
Complementary color
Monochromatic Colors of #A56709
Black with #A56709
Text Example
Text Example
White with #A56709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56709; }
p { color: rgb(165,103,9); }
H1.HeaderClassName
{
color: #A56709;
}
.AnyTagClassName
{
color: #A56709;
}
</style>
background-color css
<style>
a { background-color: #A56709; }
a { background-color: rgb(165,103,9); }
div.DivClassName
{
background-color: #A56709;
}
.BgClassName
{
background-color: #A56709;
}
</style>
border-color css
<style>
span { border-color: #A56709; }
span { border-color: rgb(165,103,9); }
td.TdClassName
{
border-color: #A56709;
}
.TagClassName
{
border-color: #A56709;
}
</style>