Shades of Golden Brown #A26C18
Tints of Golden Brown #A26C18
RGB
CMYK
RGB Variations
Color information
#A26C18 (or 0xA26C18) is known color: Golden Brown. HEX triplet: A2, 6C and 18. RGB value is (162,108,24). Sum of RGB (Red+Green+Blue) = 162+108+24=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26C18 is #5D93E7. Grayscale: #727272. Windows color (decimal): -6132712 or 1600674. OLE color: 1600674.
HSL color Cylindrical-coordinate representation of color #A26C18: hue angle of 36.52º 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 #A26C18 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 24 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.36 |
| HSL | 36.52º | 0.74% | 0.36% | - |
| HSV(B) | 36.52º | 0.85% | 0.64% | - |
| XYZ | 20.43 | 18.47 | 3.35 | - |
| YUV | 114.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 24 | 0 | 0.33 | 0.85 | 0.36 | 36.52 | 0.74 | 0.36 |
| Hex | A2 | 6C | 18 | 0 | 21 | 55 | 24 | 25 | 4A | 24 |
| Octal | 242 | 154 | 30 | 0 | 41 | 125 | 44 | 45 | 112 | 44 |
| Binary | 10100010 | 1101100 | 11000 | 0 | 100001 | 1010101 | 100100 | 100101 | 1001010 | 100100 |
Color Harmonies of #A26C18
Complementary color
Monochromatic Colors of #A26C18
Black with #A26C18
Text Example
Text Example
White with #A26C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C18; }
p { color: rgb(162,108,24); }
H1.HeaderClassName
{
color: #A26C18;
}
.AnyTagClassName
{
color: #A26C18;
}
</style>
background-color css
<style>
a { background-color: #A26C18; }
a { background-color: rgb(162,108,24); }
div.DivClassName
{
background-color: #A26C18;
}
.BgClassName
{
background-color: #A26C18;
}
</style>
border-color css
<style>
span { border-color: #A26C18; }
span { border-color: rgb(162,108,24); }
td.TdClassName
{
border-color: #A26C18;
}
.TagClassName
{
border-color: #A26C18;
}
</style>