Shades of Golden Brown #A26C0A
Tints of Golden Brown #A26C0A
RGB
CMYK
RGB Variations
Color information
#A26C0A (or 0xA26C0A) is known color: Golden Brown. HEX triplet: A2, 6C and 0A. RGB value is (162,108,10). Sum of RGB (Red+Green+Blue) = 162+108+10=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26C0A is #5D93F5. Grayscale: #717171. Windows color (decimal): -6132726 or 683170. OLE color: 683170.
HSL color Cylindrical-coordinate representation of color #A26C0A: hue angle of 38.68º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A26C0A is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 10 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.36 |
| HSL | 38.68º | 0.88% | 0.34% | - |
| HSV(B) | 38.68º | 0.94% | 0.64% | - |
| XYZ | 20.32 | 18.43 | 2.77 | - |
| YUV | 112.97 | 69.89 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 10 | 0 | 0.33 | 0.94 | 0.36 | 38.68 | 0.88 | 0.34 |
| Hex | A2 | 6C | A | 0 | 21 | 5E | 24 | 27 | 58 | 22 |
| Octal | 242 | 154 | 12 | 0 | 41 | 136 | 44 | 47 | 130 | 42 |
| Binary | 10100010 | 1101100 | 1010 | 0 | 100001 | 1011110 | 100100 | 100111 | 1011000 | 100010 |
Color Harmonies of #A26C0A
Complementary color
Monochromatic Colors of #A26C0A
Black with #A26C0A
Text Example
Text Example
White with #A26C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C0A; }
p { color: rgb(162,108,10); }
H1.HeaderClassName
{
color: #A26C0A;
}
.AnyTagClassName
{
color: #A26C0A;
}
</style>
background-color css
<style>
a { background-color: #A26C0A; }
a { background-color: rgb(162,108,10); }
div.DivClassName
{
background-color: #A26C0A;
}
.BgClassName
{
background-color: #A26C0A;
}
</style>
border-color css
<style>
span { border-color: #A26C0A; }
span { border-color: rgb(162,108,10); }
td.TdClassName
{
border-color: #A26C0A;
}
.TagClassName
{
border-color: #A26C0A;
}
</style>