Shades of Golden Brown #A65600
Tints of Golden Brown #A65600
RGB
CMYK
RGB Variations
Color information
#A65600 (or 0xA65600) is known color: Golden Brown. HEX triplet: A6, 56 and 00. RGB value is (166,86,0). Sum of RGB (Red+Green+Blue) = 166+86+0=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A65600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65600 is #59A9FF. Grayscale: #646464. Windows color (decimal): -5876224 or 22182. OLE color: 22182.
HSL color Cylindrical-coordinate representation of color #A65600: hue angle of 31.08º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A65600 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.35 |
| HSL | 31.08º | 1% | 0.33% | - |
| HSV(B) | 31.08º | 1% | 0.65% | - |
| XYZ | 19.05 | 14.76 | 1.85 | - |
| YUV | 100.12 | 71.5 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 0 | 0 | 0.48 | 1 | 0.35 | 31.08 | 1 | 0.33 |
| Hex | A6 | 56 | 0 | 0 | 30 | 64 | 23 | 1F | 64 | 21 |
| Octal | 246 | 126 | 0 | 0 | 60 | 144 | 43 | 37 | 144 | 41 |
| Binary | 10100110 | 1010110 | 0 | 0 | 110000 | 1100100 | 100011 | 11111 | 1100100 | 100001 |
Color Harmonies of #A65600
Complementary color
Monochromatic Colors of #A65600
Black with #A65600
Text Example
Text Example
White with #A65600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65600; }
p { color: rgb(166,86,0); }
H1.HeaderClassName
{
color: #A65600;
}
.AnyTagClassName
{
color: #A65600;
}
</style>
background-color css
<style>
a { background-color: #A65600; }
a { background-color: rgb(166,86,0); }
div.DivClassName
{
background-color: #A65600;
}
.BgClassName
{
background-color: #A65600;
}
</style>
border-color css
<style>
span { border-color: #A65600; }
span { border-color: rgb(166,86,0); }
td.TdClassName
{
border-color: #A65600;
}
.TagClassName
{
border-color: #A65600;
}
</style>