Shades of Golden Brown #A26F05
Tints of Golden Brown #A26F05
RGB
CMYK
RGB Variations
Color information
#A26F05 (or 0xA26F05) is known color: Golden Brown. HEX triplet: A2, 6F and 05. RGB value is (162,111,5). Sum of RGB (Red+Green+Blue) = 162+111+5=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26F05 is #5D90FA. Grayscale: #727272. Windows color (decimal): -6131963 or 356258. OLE color: 356258.
HSL color Cylindrical-coordinate representation of color #A26F05: hue angle of 40.51º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A26F05 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 111 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.36 |
| HSL | 40.51º | 0.94% | 0.33% | - |
| HSV(B) | 40.51º | 0.97% | 0.64% | - |
| XYZ | 20.61 | 19.06 | 2.74 | - |
| YUV | 114.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 5 | 0 | 0.31 | 0.97 | 0.36 | 40.51 | 0.94 | 0.33 |
| Hex | A2 | 6F | 5 | 0 | 1F | 61 | 24 | 29 | 5E | 21 |
| Octal | 242 | 157 | 5 | 0 | 37 | 141 | 44 | 51 | 136 | 41 |
| Binary | 10100010 | 1101111 | 101 | 0 | 11111 | 1100001 | 100100 | 101001 | 1011110 | 100001 |
Color Harmonies of #A26F05
Complementary color
Monochromatic Colors of #A26F05
Black with #A26F05
Text Example
Text Example
White with #A26F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26F05; }
p { color: rgb(162,111,5); }
H1.HeaderClassName
{
color: #A26F05;
}
.AnyTagClassName
{
color: #A26F05;
}
</style>
background-color css
<style>
a { background-color: #A26F05; }
a { background-color: rgb(162,111,5); }
div.DivClassName
{
background-color: #A26F05;
}
.BgClassName
{
background-color: #A26F05;
}
</style>
border-color css
<style>
span { border-color: #A26F05; }
span { border-color: rgb(162,111,5); }
td.TdClassName
{
border-color: #A26F05;
}
.TagClassName
{
border-color: #A26F05;
}
</style>