Shades of Golden Brown #A26206
Tints of Golden Brown #A26206
RGB
CMYK
RGB Variations
Color information
#A26206 (or 0xA26206) is known color: Golden Brown. HEX triplet: A2, 62 and 06. RGB value is (162,98,6). Sum of RGB (Red+Green+Blue) = 162+98+6=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A26206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26206 is #5D9DF9. Grayscale: #6B6B6B. Windows color (decimal): -6135290 or 418466. OLE color: 418466.
HSL color Cylindrical-coordinate representation of color #A26206: hue angle of 35.38º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A26206 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 98 | 6 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.36 |
| HSL | 35.38º | 0.93% | 0.33% | - |
| HSV(B) | 35.38º | 0.96% | 0.64% | - |
| XYZ | 19.3 | 16.43 | 2.33 | - |
| YUV | 106.65 | 71.2 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 6 | 0 | 0.40 | 0.96 | 0.36 | 35.38 | 0.93 | 0.33 |
| Hex | A2 | 62 | 6 | 0 | 28 | 60 | 24 | 23 | 5D | 21 |
| Octal | 242 | 142 | 6 | 0 | 50 | 140 | 44 | 43 | 135 | 41 |
| Binary | 10100010 | 1100010 | 110 | 0 | 101000 | 1100000 | 100100 | 100011 | 1011101 | 100001 |
Color Harmonies of #A26206
Complementary color
Monochromatic Colors of #A26206
Black with #A26206
Text Example
Text Example
White with #A26206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26206; }
p { color: rgb(162,98,6); }
H1.HeaderClassName
{
color: #A26206;
}
.AnyTagClassName
{
color: #A26206;
}
</style>
background-color css
<style>
a { background-color: #A26206; }
a { background-color: rgb(162,98,6); }
div.DivClassName
{
background-color: #A26206;
}
.BgClassName
{
background-color: #A26206;
}
</style>
border-color css
<style>
span { border-color: #A26206; }
span { border-color: rgb(162,98,6); }
td.TdClassName
{
border-color: #A26206;
}
.TagClassName
{
border-color: #A26206;
}
</style>