Shades of Golden Brown #A36610
Tints of Golden Brown #A36610
RGB
CMYK
RGB Variations
Color information
#A36610 (or 0xA36610) is known color: Golden Brown. HEX triplet: A3, 66 and 10. RGB value is (163,102,16). Sum of RGB (Red+Green+Blue) = 163+102+16=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A36610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36610 is #5C99EF. Grayscale: #6E6E6E. Windows color (decimal): -6068720 or 1074851. OLE color: 1074851.
HSL color Cylindrical-coordinate representation of color #A36610: hue angle of 35.1º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A36610 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 16 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.36 |
| HSL | 35.1º | 0.82% | 0.35% | - |
| HSV(B) | 35.1º | 0.9% | 0.64% | - |
| XYZ | 19.95 | 17.33 | 2.78 | - |
| YUV | 110.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 16 | 0 | 0.37 | 0.90 | 0.36 | 35.1 | 0.82 | 0.35 |
| Hex | A3 | 66 | 10 | 0 | 25 | 5A | 24 | 23 | 52 | 23 |
| Octal | 243 | 146 | 20 | 0 | 45 | 132 | 44 | 43 | 122 | 43 |
| Binary | 10100011 | 1100110 | 10000 | 0 | 100101 | 1011010 | 100100 | 100011 | 1010010 | 100011 |
Color Harmonies of #A36610
Complementary color
Monochromatic Colors of #A36610
Black with #A36610
Text Example
Text Example
White with #A36610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36610; }
p { color: rgb(163,102,16); }
H1.HeaderClassName
{
color: #A36610;
}
.AnyTagClassName
{
color: #A36610;
}
</style>
background-color css
<style>
a { background-color: #A36610; }
a { background-color: rgb(163,102,16); }
div.DivClassName
{
background-color: #A36610;
}
.BgClassName
{
background-color: #A36610;
}
</style>
border-color css
<style>
span { border-color: #A36610; }
span { border-color: rgb(163,102,16); }
td.TdClassName
{
border-color: #A36610;
}
.TagClassName
{
border-color: #A36610;
}
</style>