Shades of Golden Brown #A26312
Tints of Golden Brown #A26312
RGB
CMYK
RGB Variations
Color information
#A26312 (or 0xA26312) is known color: Golden Brown. HEX triplet: A2, 63 and 12. RGB value is (162,99,18). Sum of RGB (Red+Green+Blue) = 162+99+18=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A26312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26312 is #5D9CED. Grayscale: #6C6C6C. Windows color (decimal): -6135022 or 1205154. OLE color: 1205154.
HSL color Cylindrical-coordinate representation of color #A26312: hue angle of 33.75º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A26312 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 99 | 18 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.36 |
| HSL | 33.75º | 0.8% | 0.35% | - |
| HSV(B) | 33.75º | 0.89% | 0.64% | - |
| XYZ | 19.47 | 16.65 | 2.76 | - |
| YUV | 108.6 | 76.87 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 18 | 0 | 0.39 | 0.89 | 0.36 | 33.75 | 0.8 | 0.35 |
| Hex | A2 | 63 | 12 | 0 | 27 | 59 | 24 | 22 | 50 | 23 |
| Octal | 242 | 143 | 22 | 0 | 47 | 131 | 44 | 42 | 120 | 43 |
| Binary | 10100010 | 1100011 | 10010 | 0 | 100111 | 1011001 | 100100 | 100010 | 1010000 | 100011 |
Color Harmonies of #A26312
Complementary color
Monochromatic Colors of #A26312
Black with #A26312
Text Example
Text Example
White with #A26312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26312; }
p { color: rgb(162,99,18); }
H1.HeaderClassName
{
color: #A26312;
}
.AnyTagClassName
{
color: #A26312;
}
</style>
background-color css
<style>
a { background-color: #A26312; }
a { background-color: rgb(162,99,18); }
div.DivClassName
{
background-color: #A26312;
}
.BgClassName
{
background-color: #A26312;
}
</style>
border-color css
<style>
span { border-color: #A26312; }
span { border-color: rgb(162,99,18); }
td.TdClassName
{
border-color: #A26312;
}
.TagClassName
{
border-color: #A26312;
}
</style>