Shades of Golden Brown #A26F08
Tints of Golden Brown #A26F08
RGB
CMYK
RGB Variations
Color information
#A26F08 (or 0xA26F08) is known color: Golden Brown. HEX triplet: A2, 6F and 08. RGB value is (162,111,8). Sum of RGB (Red+Green+Blue) = 162+111+8=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26F08 is #5D90F7. Grayscale: #727272. Windows color (decimal): -6131960 or 552866. OLE color: 552866.
HSL color Cylindrical-coordinate representation of color #A26F08: hue angle of 40.13º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A26F08 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 111 | 8 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.36 |
| HSL | 40.13º | 0.91% | 0.33% | - |
| HSV(B) | 40.13º | 0.95% | 0.64% | - |
| XYZ | 20.63 | 19.07 | 2.82 | - |
| YUV | 114.51 | 67.9 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 8 | 0 | 0.31 | 0.95 | 0.36 | 40.13 | 0.91 | 0.33 |
| Hex | A2 | 6F | 8 | 0 | 1F | 5F | 24 | 28 | 5B | 21 |
| Octal | 242 | 157 | 10 | 0 | 37 | 137 | 44 | 50 | 133 | 41 |
| Binary | 10100010 | 1101111 | 1000 | 0 | 11111 | 1011111 | 100100 | 101000 | 1011011 | 100001 |
Color Harmonies of #A26F08
Complementary color
Monochromatic Colors of #A26F08
Black with #A26F08
Text Example
Text Example
White with #A26F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26F08; }
p { color: rgb(162,111,8); }
H1.HeaderClassName
{
color: #A26F08;
}
.AnyTagClassName
{
color: #A26F08;
}
</style>
background-color css
<style>
a { background-color: #A26F08; }
a { background-color: rgb(162,111,8); }
div.DivClassName
{
background-color: #A26F08;
}
.BgClassName
{
background-color: #A26F08;
}
</style>
border-color css
<style>
span { border-color: #A26F08; }
span { border-color: rgb(162,111,8); }
td.TdClassName
{
border-color: #A26F08;
}
.TagClassName
{
border-color: #A26F08;
}
</style>