Shades of Golden Brown #A16213
Tints of Golden Brown #A16213
RGB
CMYK
RGB Variations
Color information
#A16213 (or 0xA16213) is known color: Golden Brown. HEX triplet: A1, 62 and 13. RGB value is (161,98,19). Sum of RGB (Red+Green+Blue) = 161+98+19=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A16213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16213 is #5E9DEC. Grayscale: #6C6C6C. Windows color (decimal): -6200813 or 1270433. OLE color: 1270433.
HSL color Cylindrical-coordinate representation of color #A16213: hue angle of 33.38º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A16213 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 19 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.37 |
| HSL | 33.38º | 0.79% | 0.35% | - |
| HSV(B) | 33.38º | 0.88% | 0.63% | - |
| XYZ | 19.18 | 16.36 | 2.76 | - |
| YUV | 107.83 | 77.87 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 19 | 0 | 0.39 | 0.88 | 0.37 | 33.38 | 0.79 | 0.35 |
| Hex | A1 | 62 | 13 | 0 | 27 | 58 | 25 | 21 | 4F | 23 |
| Octal | 241 | 142 | 23 | 0 | 47 | 130 | 45 | 41 | 117 | 43 |
| Binary | 10100001 | 1100010 | 10011 | 0 | 100111 | 1011000 | 100101 | 100001 | 1001111 | 100011 |
Color Harmonies of #A16213
Complementary color
Monochromatic Colors of #A16213
Black with #A16213
Text Example
Text Example
White with #A16213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16213; }
p { color: rgb(161,98,19); }
H1.HeaderClassName
{
color: #A16213;
}
.AnyTagClassName
{
color: #A16213;
}
</style>
background-color css
<style>
a { background-color: #A16213; }
a { background-color: rgb(161,98,19); }
div.DivClassName
{
background-color: #A16213;
}
.BgClassName
{
background-color: #A16213;
}
</style>
border-color css
<style>
span { border-color: #A16213; }
span { border-color: rgb(161,98,19); }
td.TdClassName
{
border-color: #A16213;
}
.TagClassName
{
border-color: #A16213;
}
</style>