Shades of Golden Brown #A96919
Tints of Golden Brown #A96919
RGB
CMYK
RGB Variations
Color information
#A96919 (or 0xA96919) is known color: Golden Brown. HEX triplet: A9, 69 and 19. RGB value is (169,105,25). Sum of RGB (Red+Green+Blue) = 169+105+25=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A96919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96919 is #5696E6. Grayscale: #737373. Windows color (decimal): -5674727 or 1665449. OLE color: 1665449.
HSL color Cylindrical-coordinate representation of color #A96919: hue angle of 33.33º 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 #A96919 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 105 | 25 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.34 |
| HSL | 33.33º | 0.74% | 0.38% | - |
| HSV(B) | 33.33º | 0.85% | 0.66% | - |
| XYZ | 21.59 | 18.61 | 3.37 | - |
| YUV | 115.02 | 77.2 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 25 | 0 | 0.38 | 0.85 | 0.34 | 33.33 | 0.74 | 0.38 |
| Hex | A9 | 69 | 19 | 0 | 26 | 55 | 22 | 21 | 4A | 26 |
| Octal | 251 | 151 | 31 | 0 | 46 | 125 | 42 | 41 | 112 | 46 |
| Binary | 10101001 | 1101001 | 11001 | 0 | 100110 | 1010101 | 100010 | 100001 | 1001010 | 100110 |
Color Harmonies of #A96919
Complementary color
Monochromatic Colors of #A96919
Black with #A96919
Text Example
Text Example
White with #A96919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96919; }
p { color: rgb(169,105,25); }
H1.HeaderClassName
{
color: #A96919;
}
.AnyTagClassName
{
color: #A96919;
}
</style>
background-color css
<style>
a { background-color: #A96919; }
a { background-color: rgb(169,105,25); }
div.DivClassName
{
background-color: #A96919;
}
.BgClassName
{
background-color: #A96919;
}
</style>
border-color css
<style>
span { border-color: #A96919; }
span { border-color: rgb(169,105,25); }
td.TdClassName
{
border-color: #A96919;
}
.TagClassName
{
border-color: #A96919;
}
</style>