Shades of Golden Brown #A65607
Tints of Golden Brown #A65607
RGB
CMYK
RGB Variations
Color information
#A65607 (or 0xA65607) is known color: Golden Brown. HEX triplet: A6, 56 and 07. RGB value is (166,86,7). Sum of RGB (Red+Green+Blue) = 166+86+7=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A65607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65607 is #59A9F8. Grayscale: #656565. Windows color (decimal): -5876217 or 480934. OLE color: 480934.
HSL color Cylindrical-coordinate representation of color #A65607: hue angle of 29.81º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A65607 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 7 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.35 |
| HSL | 29.81º | 0.92% | 0.34% | - |
| HSV(B) | 29.81º | 0.96% | 0.65% | - |
| XYZ | 19.09 | 14.78 | 2.05 | - |
| YUV | 100.91 | 75 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 7 | 0 | 0.48 | 0.96 | 0.35 | 29.81 | 0.92 | 0.34 |
| Hex | A6 | 56 | 7 | 0 | 30 | 60 | 23 | 1E | 5C | 22 |
| Octal | 246 | 126 | 7 | 0 | 60 | 140 | 43 | 36 | 134 | 42 |
| Binary | 10100110 | 1010110 | 111 | 0 | 110000 | 1100000 | 100011 | 11110 | 1011100 | 100010 |
Color Harmonies of #A65607
Complementary color
Monochromatic Colors of #A65607
Black with #A65607
Text Example
Text Example
White with #A65607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65607; }
p { color: rgb(166,86,7); }
H1.HeaderClassName
{
color: #A65607;
}
.AnyTagClassName
{
color: #A65607;
}
</style>
background-color css
<style>
a { background-color: #A65607; }
a { background-color: rgb(166,86,7); }
div.DivClassName
{
background-color: #A65607;
}
.BgClassName
{
background-color: #A65607;
}
</style>
border-color css
<style>
span { border-color: #A65607; }
span { border-color: rgb(166,86,7); }
td.TdClassName
{
border-color: #A65607;
}
.TagClassName
{
border-color: #A65607;
}
</style>