Shades of Golden Brown #A26F13
Tints of Golden Brown #A26F13
RGB
CMYK
RGB Variations
Color information
#A26F13 (or 0xA26F13) is known color: Golden Brown. HEX triplet: A2, 6F and 13. RGB value is (162,111,19). Sum of RGB (Red+Green+Blue) = 162+111+19=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26F13 is #5D90EC. Grayscale: #747474. Windows color (decimal): -6131949 or 1273762. OLE color: 1273762.
HSL color Cylindrical-coordinate representation of color #A26F13: hue angle of 38.6º 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 #A26F13 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 111 | 19 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.36 |
| HSL | 38.6º | 0.79% | 0.35% | - |
| HSV(B) | 38.6º | 0.88% | 0.64% | - |
| XYZ | 20.7 | 19.1 | 3.21 | - |
| YUV | 115.76 | 73.4 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 19 | 0 | 0.31 | 0.88 | 0.36 | 38.6 | 0.79 | 0.35 |
| Hex | A2 | 6F | 13 | 0 | 1F | 58 | 24 | 27 | 4F | 23 |
| Octal | 242 | 157 | 23 | 0 | 37 | 130 | 44 | 47 | 117 | 43 |
| Binary | 10100010 | 1101111 | 10011 | 0 | 11111 | 1011000 | 100100 | 100111 | 1001111 | 100011 |
Color Harmonies of #A26F13
Complementary color
Monochromatic Colors of #A26F13
Black with #A26F13
Text Example
Text Example
White with #A26F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26F13; }
p { color: rgb(162,111,19); }
H1.HeaderClassName
{
color: #A26F13;
}
.AnyTagClassName
{
color: #A26F13;
}
</style>
background-color css
<style>
a { background-color: #A26F13; }
a { background-color: rgb(162,111,19); }
div.DivClassName
{
background-color: #A26F13;
}
.BgClassName
{
background-color: #A26F13;
}
</style>
border-color css
<style>
span { border-color: #A26F13; }
span { border-color: rgb(162,111,19); }
td.TdClassName
{
border-color: #A26F13;
}
.TagClassName
{
border-color: #A26F13;
}
</style>