Shades of Golden Brown #A56500
Tints of Golden Brown #A56500
RGB
CMYK
RGB Variations
Color information
#A56500 (or 0xA56500) is known color: Golden Brown. HEX triplet: A5, 65 and 00. RGB value is (165,101,0). Sum of RGB (Red+Green+Blue) = 165+101+0=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A56500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56500 is #5A9AFF. Grayscale: #6D6D6D. Windows color (decimal): -5937920 or 26021. OLE color: 26021.
HSL color Cylindrical-coordinate representation of color #A56500: hue angle of 36.73º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A56500 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 101 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.35 |
| HSL | 36.73º | 1% | 0.32% | - |
| HSV(B) | 36.73º | 1% | 0.65% | - |
| XYZ | 20.17 | 17.31 | 2.28 | - |
| YUV | 108.62 | 66.7 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 0 | 0 | 0.39 | 1 | 0.35 | 36.73 | 1 | 0.32 |
| Hex | A5 | 65 | 0 | 0 | 27 | 64 | 23 | 25 | 64 | 20 |
| Octal | 245 | 145 | 0 | 0 | 47 | 144 | 43 | 45 | 144 | 40 |
| Binary | 10100101 | 1100101 | 0 | 0 | 100111 | 1100100 | 100011 | 100101 | 1100100 | 100000 |
Color Harmonies of #A56500
Complementary color
Monochromatic Colors of #A56500
Black with #A56500
Text Example
Text Example
White with #A56500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56500; }
p { color: rgb(165,101,0); }
H1.HeaderClassName
{
color: #A56500;
}
.AnyTagClassName
{
color: #A56500;
}
</style>
background-color css
<style>
a { background-color: #A56500; }
a { background-color: rgb(165,101,0); }
div.DivClassName
{
background-color: #A56500;
}
.BgClassName
{
background-color: #A56500;
}
</style>
border-color css
<style>
span { border-color: #A56500; }
span { border-color: rgb(165,101,0); }
td.TdClassName
{
border-color: #A56500;
}
.TagClassName
{
border-color: #A56500;
}
</style>