Shades of Golden Brown #A56600
Tints of Golden Brown #A56600
RGB
CMYK
RGB Variations
Color information
#A56600 (or 0xA56600) is known color: Golden Brown. HEX triplet: A5, 66 and 00. RGB value is (165,102,0). Sum of RGB (Red+Green+Blue) = 165+102+0=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A56600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56600 is #5A99FF. Grayscale: #6D6D6D. Windows color (decimal): -5937664 or 26277. OLE color: 26277.
HSL color Cylindrical-coordinate representation of color #A56600: hue angle of 37.09º 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 #A56600 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 102 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.35 |
| HSL | 37.09º | 1% | 0.32% | - |
| HSV(B) | 37.09º | 1% | 0.65% | - |
| XYZ | 20.27 | 17.5 | 2.31 | - |
| YUV | 109.21 | 66.37 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 0 | 0 | 0.38 | 1 | 0.35 | 37.09 | 1 | 0.32 |
| Hex | A5 | 66 | 0 | 0 | 26 | 64 | 23 | 25 | 64 | 20 |
| Octal | 245 | 146 | 0 | 0 | 46 | 144 | 43 | 45 | 144 | 40 |
| Binary | 10100101 | 1100110 | 0 | 0 | 100110 | 1100100 | 100011 | 100101 | 1100100 | 100000 |
Color Harmonies of #A56600
Complementary color
Monochromatic Colors of #A56600
Black with #A56600
Text Example
Text Example
White with #A56600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56600; }
p { color: rgb(165,102,0); }
H1.HeaderClassName
{
color: #A56600;
}
.AnyTagClassName
{
color: #A56600;
}
</style>
background-color css
<style>
a { background-color: #A56600; }
a { background-color: rgb(165,102,0); }
div.DivClassName
{
background-color: #A56600;
}
.BgClassName
{
background-color: #A56600;
}
</style>
border-color css
<style>
span { border-color: #A56600; }
span { border-color: rgb(165,102,0); }
td.TdClassName
{
border-color: #A56600;
}
.TagClassName
{
border-color: #A56600;
}
</style>