Shades of Golden Brown #A46206
Tints of Golden Brown #A46206
RGB
CMYK
RGB Variations
Color information
#A46206 (or 0xA46206) is known color: Golden Brown. HEX triplet: A4, 62 and 06. RGB value is (164,98,6). Sum of RGB (Red+Green+Blue) = 164+98+6=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A46206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46206 is #5B9DF9. Grayscale: #6B6B6B. Windows color (decimal): -6004218 or 418468. OLE color: 418468.
HSL color Cylindrical-coordinate representation of color #A46206: hue angle of 34.94º 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 #A46206 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 6 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.36 |
| HSL | 34.94º | 0.93% | 0.33% | - |
| HSV(B) | 34.94º | 0.96% | 0.64% | - |
| XYZ | 19.71 | 16.64 | 2.35 | - |
| YUV | 107.25 | 70.87 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 6 | 0 | 0.40 | 0.96 | 0.36 | 34.94 | 0.93 | 0.33 |
| Hex | A4 | 62 | 6 | 0 | 28 | 60 | 24 | 23 | 5D | 21 |
| Octal | 244 | 142 | 6 | 0 | 50 | 140 | 44 | 43 | 135 | 41 |
| Binary | 10100100 | 1100010 | 110 | 0 | 101000 | 1100000 | 100100 | 100011 | 1011101 | 100001 |
Color Harmonies of #A46206
Complementary color
Monochromatic Colors of #A46206
Black with #A46206
Text Example
Text Example
White with #A46206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46206; }
p { color: rgb(164,98,6); }
H1.HeaderClassName
{
color: #A46206;
}
.AnyTagClassName
{
color: #A46206;
}
</style>
background-color css
<style>
a { background-color: #A46206; }
a { background-color: rgb(164,98,6); }
div.DivClassName
{
background-color: #A46206;
}
.BgClassName
{
background-color: #A46206;
}
</style>
border-color css
<style>
span { border-color: #A46206; }
span { border-color: rgb(164,98,6); }
td.TdClassName
{
border-color: #A46206;
}
.TagClassName
{
border-color: #A46206;
}
</style>