Shades of Golden Brown #A56712
Tints of Golden Brown #A56712
RGB
CMYK
RGB Variations
Color information
#A56712 (or 0xA56712) is known color: Golden Brown. HEX triplet: A5, 67 and 12. RGB value is (165,103,18). Sum of RGB (Red+Green+Blue) = 165+103+18=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A56712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56712 is #5A98ED. Grayscale: #707070. Windows color (decimal): -5937390 or 1206181. OLE color: 1206181.
HSL color Cylindrical-coordinate representation of color #A56712: hue angle of 34.69º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A56712 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 103 | 18 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.35 |
| HSL | 34.69º | 0.8% | 0.36% | - |
| HSV(B) | 34.69º | 0.89% | 0.65% | - |
| XYZ | 20.48 | 17.74 | 2.92 | - |
| YUV | 111.85 | 75.04 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 18 | 0 | 0.38 | 0.89 | 0.35 | 34.69 | 0.8 | 0.36 |
| Hex | A5 | 67 | 12 | 0 | 26 | 59 | 23 | 23 | 50 | 24 |
| Octal | 245 | 147 | 22 | 0 | 46 | 131 | 43 | 43 | 120 | 44 |
| Binary | 10100101 | 1100111 | 10010 | 0 | 100110 | 1011001 | 100011 | 100011 | 1010000 | 100100 |
Color Harmonies of #A56712
Complementary color
Monochromatic Colors of #A56712
Black with #A56712
Text Example
Text Example
White with #A56712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56712; }
p { color: rgb(165,103,18); }
H1.HeaderClassName
{
color: #A56712;
}
.AnyTagClassName
{
color: #A56712;
}
</style>
background-color css
<style>
a { background-color: #A56712; }
a { background-color: rgb(165,103,18); }
div.DivClassName
{
background-color: #A56712;
}
.BgClassName
{
background-color: #A56712;
}
</style>
border-color css
<style>
span { border-color: #A56712; }
span { border-color: rgb(165,103,18); }
td.TdClassName
{
border-color: #A56712;
}
.TagClassName
{
border-color: #A56712;
}
</style>