Shades of Golden Brown #A35105
Tints of Golden Brown #A35105
RGB
CMYK
RGB Variations
Color information
#A35105 (or 0xA35105) is known color: Golden Brown. HEX triplet: A3, 51 and 05. RGB value is (163,81,5). Sum of RGB (Red+Green+Blue) = 163+81+5=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A35105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35105 is #5CAEFA. Grayscale: #616161. Windows color (decimal): -6074107 or 348579. OLE color: 348579.
HSL color Cylindrical-coordinate representation of color #A35105: hue angle of 28.86º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A35105 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 81 | 5 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.36 |
| HSL | 28.86º | 0.94% | 0.33% | - |
| HSV(B) | 28.86º | 0.97% | 0.64% | - |
| XYZ | 18.07 | 13.68 | 1.83 | - |
| YUV | 96.85 | 76.17 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 5 | 0 | 0.50 | 0.97 | 0.36 | 28.86 | 0.94 | 0.33 |
| Hex | A3 | 51 | 5 | 0 | 32 | 61 | 24 | 1D | 5E | 21 |
| Octal | 243 | 121 | 5 | 0 | 62 | 141 | 44 | 35 | 136 | 41 |
| Binary | 10100011 | 1010001 | 101 | 0 | 110010 | 1100001 | 100100 | 11101 | 1011110 | 100001 |
Color Harmonies of #A35105
Complementary color
Monochromatic Colors of #A35105
Black with #A35105
Text Example
Text Example
White with #A35105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35105; }
p { color: rgb(163,81,5); }
H1.HeaderClassName
{
color: #A35105;
}
.AnyTagClassName
{
color: #A35105;
}
</style>
background-color css
<style>
a { background-color: #A35105; }
a { background-color: rgb(163,81,5); }
div.DivClassName
{
background-color: #A35105;
}
.BgClassName
{
background-color: #A35105;
}
</style>
border-color css
<style>
span { border-color: #A35105; }
span { border-color: rgb(163,81,5); }
td.TdClassName
{
border-color: #A35105;
}
.TagClassName
{
border-color: #A35105;
}
</style>