Shades of Golden Brown #A26A19
Tints of Golden Brown #A26A19
RGB
CMYK
RGB Variations
Color information
#A26A19 (or 0xA26A19) is known color: Golden Brown. HEX triplet: A2, 6A and 19. RGB value is (162,106,25). Sum of RGB (Red+Green+Blue) = 162+106+25=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26A19 is #5D95E6. Grayscale: #717171. Windows color (decimal): -6133223 or 1665698. OLE color: 1665698.
HSL color Cylindrical-coordinate representation of color #A26A19: hue angle of 35.47º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A26A19 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 25 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.36 |
| HSL | 35.47º | 0.73% | 0.37% | - |
| HSV(B) | 35.47º | 0.85% | 0.64% | - |
| XYZ | 20.23 | 18.06 | 3.34 | - |
| YUV | 113.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 25 | 0 | 0.35 | 0.85 | 0.36 | 35.47 | 0.73 | 0.37 |
| Hex | A2 | 6A | 19 | 0 | 23 | 55 | 24 | 23 | 49 | 25 |
| Octal | 242 | 152 | 31 | 0 | 43 | 125 | 44 | 43 | 111 | 45 |
| Binary | 10100010 | 1101010 | 11001 | 0 | 100011 | 1010101 | 100100 | 100011 | 1001001 | 100101 |
Color Harmonies of #A26A19
Complementary color
Monochromatic Colors of #A26A19
Black with #A26A19
Text Example
Text Example
White with #A26A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26A19; }
p { color: rgb(162,106,25); }
H1.HeaderClassName
{
color: #A26A19;
}
.AnyTagClassName
{
color: #A26A19;
}
</style>
background-color css
<style>
a { background-color: #A26A19; }
a { background-color: rgb(162,106,25); }
div.DivClassName
{
background-color: #A26A19;
}
.BgClassName
{
background-color: #A26A19;
}
</style>
border-color css
<style>
span { border-color: #A26A19; }
span { border-color: rgb(162,106,25); }
td.TdClassName
{
border-color: #A26A19;
}
.TagClassName
{
border-color: #A26A19;
}
</style>