Shades of Golden Brown #A16319
Tints of Golden Brown #A16319
RGB
CMYK
RGB Variations
Color information
#A16319 (or 0xA16319) is known color: Golden Brown. HEX triplet: A1, 63 and 19. RGB value is (161,99,25). Sum of RGB (Red+Green+Blue) = 161+99+25=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A16319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16319 is #5E9CE6. Grayscale: #6D6D6D. Windows color (decimal): -6200551 or 1663905. OLE color: 1663905.
HSL color Cylindrical-coordinate representation of color #A16319: hue angle of 32.65º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A16319 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 25 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.37 |
| HSL | 32.65º | 0.73% | 0.36% | - |
| HSV(B) | 32.65º | 0.84% | 0.63% | - |
| XYZ | 19.34 | 16.57 | 3.1 | - |
| YUV | 109.1 | 80.54 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 25 | 0 | 0.39 | 0.84 | 0.37 | 32.65 | 0.73 | 0.36 |
| Hex | A1 | 63 | 19 | 0 | 27 | 54 | 25 | 21 | 49 | 24 |
| Octal | 241 | 143 | 31 | 0 | 47 | 124 | 45 | 41 | 111 | 44 |
| Binary | 10100001 | 1100011 | 11001 | 0 | 100111 | 1010100 | 100101 | 100001 | 1001001 | 100100 |
Color Harmonies of #A16319
Complementary color
Monochromatic Colors of #A16319
Black with #A16319
Text Example
Text Example
White with #A16319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16319; }
p { color: rgb(161,99,25); }
H1.HeaderClassName
{
color: #A16319;
}
.AnyTagClassName
{
color: #A16319;
}
</style>
background-color css
<style>
a { background-color: #A16319; }
a { background-color: rgb(161,99,25); }
div.DivClassName
{
background-color: #A16319;
}
.BgClassName
{
background-color: #A16319;
}
</style>
border-color css
<style>
span { border-color: #A16319; }
span { border-color: rgb(161,99,25); }
td.TdClassName
{
border-color: #A16319;
}
.TagClassName
{
border-color: #A16319;
}
</style>