Shades of Golden Brown #A26110
Tints of Golden Brown #A26110
RGB
CMYK
RGB Variations
Color information
#A26110 (or 0xA26110) is known color: Golden Brown. HEX triplet: A2, 61 and 10. RGB value is (162,97,16). Sum of RGB (Red+Green+Blue) = 162+97+16=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A26110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26110 is #5D9EEF. Grayscale: #6B6B6B. Windows color (decimal): -6135536 or 1073570. OLE color: 1073570.
HSL color Cylindrical-coordinate representation of color #A26110: hue angle of 33.29º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A26110 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 16 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.36 |
| HSL | 33.29º | 0.82% | 0.35% | - |
| HSV(B) | 33.29º | 0.9% | 0.64% | - |
| XYZ | 19.27 | 16.27 | 2.61 | - |
| YUV | 107.2 | 76.53 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 16 | 0 | 0.40 | 0.90 | 0.36 | 33.29 | 0.82 | 0.35 |
| Hex | A2 | 61 | 10 | 0 | 28 | 5A | 24 | 21 | 52 | 23 |
| Octal | 242 | 141 | 20 | 0 | 50 | 132 | 44 | 41 | 122 | 43 |
| Binary | 10100010 | 1100001 | 10000 | 0 | 101000 | 1011010 | 100100 | 100001 | 1010010 | 100011 |
Color Harmonies of #A26110
Complementary color
Monochromatic Colors of #A26110
Black with #A26110
Text Example
Text Example
White with #A26110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26110; }
p { color: rgb(162,97,16); }
H1.HeaderClassName
{
color: #A26110;
}
.AnyTagClassName
{
color: #A26110;
}
</style>
background-color css
<style>
a { background-color: #A26110; }
a { background-color: rgb(162,97,16); }
div.DivClassName
{
background-color: #A26110;
}
.BgClassName
{
background-color: #A26110;
}
</style>
border-color css
<style>
span { border-color: #A26110; }
span { border-color: rgb(162,97,16); }
td.TdClassName
{
border-color: #A26110;
}
.TagClassName
{
border-color: #A26110;
}
</style>