Shades of Golden Brown #A56B01
Tints of Golden Brown #A56B01
RGB
CMYK
RGB Variations
Color information
#A56B01 (or 0xA56B01) is known color: Golden Brown. HEX triplet: A5, 6B and 01. RGB value is (165,107,1). Sum of RGB (Red+Green+Blue) = 165+107+1=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56B01 is #5A94FE. Grayscale: #707070. Windows color (decimal): -5936383 or 93093. OLE color: 93093.
HSL color Cylindrical-coordinate representation of color #A56B01: hue angle of 38.78º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A56B01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 107 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.35 |
| HSL | 38.78º | 0.99% | 0.33% | - |
| HSV(B) | 38.78º | 0.99% | 0.65% | - |
| XYZ | 20.78 | 18.52 | 2.51 | - |
| YUV | 112.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 1 | 0 | 0.35 | 0.99 | 0.35 | 38.78 | 0.99 | 0.33 |
| Hex | A5 | 6B | 1 | 0 | 23 | 63 | 23 | 27 | 63 | 21 |
| Octal | 245 | 153 | 1 | 0 | 43 | 143 | 43 | 47 | 143 | 41 |
| Binary | 10100101 | 1101011 | 1 | 0 | 100011 | 1100011 | 100011 | 100111 | 1100011 | 100001 |
Color Harmonies of #A56B01
Complementary color
Monochromatic Colors of #A56B01
Black with #A56B01
Text Example
Text Example
White with #A56B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56B01; }
p { color: rgb(165,107,1); }
H1.HeaderClassName
{
color: #A56B01;
}
.AnyTagClassName
{
color: #A56B01;
}
</style>
background-color css
<style>
a { background-color: #A56B01; }
a { background-color: rgb(165,107,1); }
div.DivClassName
{
background-color: #A56B01;
}
.BgClassName
{
background-color: #A56B01;
}
</style>
border-color css
<style>
span { border-color: #A56B01; }
span { border-color: rgb(165,107,1); }
td.TdClassName
{
border-color: #A56B01;
}
.TagClassName
{
border-color: #A56B01;
}
</style>