Shades of Golden Brown #A26513
Tints of Golden Brown #A26513
RGB
CMYK
RGB Variations
Color information
#A26513 (or 0xA26513) is known color: Golden Brown. HEX triplet: A2, 65 and 13. RGB value is (162,101,19). Sum of RGB (Red+Green+Blue) = 162+101+19=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A26513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26513 is #5D9AEC. Grayscale: #6E6E6E. Windows color (decimal): -6134509 or 1271202. OLE color: 1271202.
HSL color Cylindrical-coordinate representation of color #A26513: hue angle of 34.41º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A26513 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 101 | 19 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.36 |
| HSL | 34.41º | 0.79% | 0.35% | - |
| HSV(B) | 34.41º | 0.88% | 0.64% | - |
| XYZ | 19.67 | 17.04 | 2.87 | - |
| YUV | 109.89 | 76.71 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 19 | 0 | 0.38 | 0.88 | 0.36 | 34.41 | 0.79 | 0.35 |
| Hex | A2 | 65 | 13 | 0 | 26 | 58 | 24 | 22 | 4F | 23 |
| Octal | 242 | 145 | 23 | 0 | 46 | 130 | 44 | 42 | 117 | 43 |
| Binary | 10100010 | 1100101 | 10011 | 0 | 100110 | 1011000 | 100100 | 100010 | 1001111 | 100011 |
Color Harmonies of #A26513
Complementary color
Monochromatic Colors of #A26513
Black with #A26513
Text Example
Text Example
White with #A26513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26513; }
p { color: rgb(162,101,19); }
H1.HeaderClassName
{
color: #A26513;
}
.AnyTagClassName
{
color: #A26513;
}
</style>
background-color css
<style>
a { background-color: #A26513; }
a { background-color: rgb(162,101,19); }
div.DivClassName
{
background-color: #A26513;
}
.BgClassName
{
background-color: #A26513;
}
</style>
border-color css
<style>
span { border-color: #A26513; }
span { border-color: rgb(162,101,19); }
td.TdClassName
{
border-color: #A26513;
}
.TagClassName
{
border-color: #A26513;
}
</style>