Shades of Golden Brown #A26118
Tints of Golden Brown #A26118
RGB
CMYK
RGB Variations
Color information
#A26118 (or 0xA26118) is known color: Golden Brown. HEX triplet: A2, 61 and 18. RGB value is (162,97,24). Sum of RGB (Red+Green+Blue) = 162+97+24=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A26118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26118 is #5D9EE7. Grayscale: #6C6C6C. Windows color (decimal): -6135528 or 1597858. OLE color: 1597858.
HSL color Cylindrical-coordinate representation of color #A26118: hue angle of 31.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A26118 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 24 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.36 |
| HSL | 31.74º | 0.74% | 0.36% | - |
| HSV(B) | 31.74º | 0.85% | 0.64% | - |
| XYZ | 19.34 | 16.3 | 2.99 | - |
| YUV | 108.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 24 | 0 | 0.40 | 0.85 | 0.36 | 31.74 | 0.74 | 0.36 |
| Hex | A2 | 61 | 18 | 0 | 28 | 55 | 24 | 20 | 4A | 24 |
| Octal | 242 | 141 | 30 | 0 | 50 | 125 | 44 | 40 | 112 | 44 |
| Binary | 10100010 | 1100001 | 11000 | 0 | 101000 | 1010101 | 100100 | 100000 | 1001010 | 100100 |
Color Harmonies of #A26118
Complementary color
Monochromatic Colors of #A26118
Black with #A26118
Text Example
Text Example
White with #A26118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26118; }
p { color: rgb(162,97,24); }
H1.HeaderClassName
{
color: #A26118;
}
.AnyTagClassName
{
color: #A26118;
}
</style>
background-color css
<style>
a { background-color: #A26118; }
a { background-color: rgb(162,97,24); }
div.DivClassName
{
background-color: #A26118;
}
.BgClassName
{
background-color: #A26118;
}
</style>
border-color css
<style>
span { border-color: #A26118; }
span { border-color: rgb(162,97,24); }
td.TdClassName
{
border-color: #A26118;
}
.TagClassName
{
border-color: #A26118;
}
</style>