Shades of Golden Brown #A96319
Tints of Golden Brown #A96319
RGB
CMYK
RGB Variations
Color information
#A96319 (or 0xA96319) is known color: Golden Brown. HEX triplet: A9, 63 and 19. RGB value is (169,99,25). Sum of RGB (Red+Green+Blue) = 169+99+25=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A96319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96319 is #569CE6. Grayscale: #6F6F6F. Windows color (decimal): -5676263 or 1663913. OLE color: 1663913.
HSL color Cylindrical-coordinate representation of color #A96319: hue angle of 30.83º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A96319 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 25 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.34 |
| HSL | 30.83º | 0.74% | 0.38% | - |
| HSV(B) | 30.83º | 0.85% | 0.66% | - |
| XYZ | 21 | 17.43 | 3.18 | - |
| YUV | 111.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 25 | 0 | 0.41 | 0.85 | 0.34 | 30.83 | 0.74 | 0.38 |
| Hex | A9 | 63 | 19 | 0 | 29 | 55 | 22 | 1F | 4A | 26 |
| Octal | 251 | 143 | 31 | 0 | 51 | 125 | 42 | 37 | 112 | 46 |
| Binary | 10101001 | 1100011 | 11001 | 0 | 101001 | 1010101 | 100010 | 11111 | 1001010 | 100110 |
Color Harmonies of #A96319
Complementary color
Monochromatic Colors of #A96319
Black with #A96319
Text Example
Text Example
White with #A96319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96319; }
p { color: rgb(169,99,25); }
H1.HeaderClassName
{
color: #A96319;
}
.AnyTagClassName
{
color: #A96319;
}
</style>
background-color css
<style>
a { background-color: #A96319; }
a { background-color: rgb(169,99,25); }
div.DivClassName
{
background-color: #A96319;
}
.BgClassName
{
background-color: #A96319;
}
</style>
border-color css
<style>
span { border-color: #A96319; }
span { border-color: rgb(169,99,25); }
td.TdClassName
{
border-color: #A96319;
}
.TagClassName
{
border-color: #A96319;
}
</style>