Shades of Golden Brown #A1650D
Tints of Golden Brown #A1650D
RGB
CMYK
RGB Variations
Color information
#A1650D (or 0xA1650D) is known color: Golden Brown. HEX triplet: A1, 65 and 0D. RGB value is (161,101,13). Sum of RGB (Red+Green+Blue) = 161+101+13=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1650D is #5E9AF2. Grayscale: #6D6D6D. Windows color (decimal): -6200051 or 877985. OLE color: 877985.
HSL color Cylindrical-coordinate representation of color #A1650D: hue angle of 35.68º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1650D is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 13 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.37 |
| HSL | 35.68º | 0.85% | 0.34% | - |
| HSV(B) | 35.68º | 0.92% | 0.63% | - |
| XYZ | 19.42 | 16.91 | 2.62 | - |
| YUV | 108.91 | 73.88 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 13 | 0 | 0.37 | 0.92 | 0.37 | 35.68 | 0.85 | 0.34 |
| Hex | A1 | 65 | D | 0 | 25 | 5C | 25 | 24 | 55 | 22 |
| Octal | 241 | 145 | 15 | 0 | 45 | 134 | 45 | 44 | 125 | 42 |
| Binary | 10100001 | 1100101 | 1101 | 0 | 100101 | 1011100 | 100101 | 100100 | 1010101 | 100010 |
Color Harmonies of #A1650D
Complementary color
Monochromatic Colors of #A1650D
Black with #A1650D
Text Example
Text Example
White with #A1650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1650D; }
p { color: rgb(161,101,13); }
H1.HeaderClassName
{
color: #A1650D;
}
.AnyTagClassName
{
color: #A1650D;
}
</style>
background-color css
<style>
a { background-color: #A1650D; }
a { background-color: rgb(161,101,13); }
div.DivClassName
{
background-color: #A1650D;
}
.BgClassName
{
background-color: #A1650D;
}
</style>
border-color css
<style>
span { border-color: #A1650D; }
span { border-color: rgb(161,101,13); }
td.TdClassName
{
border-color: #A1650D;
}
.TagClassName
{
border-color: #A1650D;
}
</style>