Shades of Golden Brown #A06919
Tints of Golden Brown #A06919
RGB
CMYK
RGB Variations
Color information
#A06919 (or 0xA06919) is known color: Golden Brown. HEX triplet: A0, 69 and 19. RGB value is (160,105,25). Sum of RGB (Red+Green+Blue) = 160+105+25=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A06919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06919 is #5F96E6. Grayscale: #707070. Windows color (decimal): -6264551 or 1665440. OLE color: 1665440.
HSL color Cylindrical-coordinate representation of color #A06919: hue angle of 35.56º 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 #A06919 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 25 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.37 |
| HSL | 35.56º | 0.73% | 0.36% | - |
| HSV(B) | 35.56º | 0.84% | 0.63% | - |
| XYZ | 19.72 | 17.65 | 3.29 | - |
| YUV | 112.33 | 78.72 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 25 | 0 | 0.34 | 0.84 | 0.37 | 35.56 | 0.73 | 0.36 |
| Hex | A0 | 69 | 19 | 0 | 22 | 54 | 25 | 24 | 49 | 24 |
| Octal | 240 | 151 | 31 | 0 | 42 | 124 | 45 | 44 | 111 | 44 |
| Binary | 10100000 | 1101001 | 11001 | 0 | 100010 | 1010100 | 100101 | 100100 | 1001001 | 100100 |
Color Harmonies of #A06919
Complementary color
Monochromatic Colors of #A06919
Black with #A06919
Text Example
Text Example
White with #A06919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06919; }
p { color: rgb(160,105,25); }
H1.HeaderClassName
{
color: #A06919;
}
.AnyTagClassName
{
color: #A06919;
}
</style>
background-color css
<style>
a { background-color: #A06919; }
a { background-color: rgb(160,105,25); }
div.DivClassName
{
background-color: #A06919;
}
.BgClassName
{
background-color: #A06919;
}
</style>
border-color css
<style>
span { border-color: #A06919; }
span { border-color: rgb(160,105,25); }
td.TdClassName
{
border-color: #A06919;
}
.TagClassName
{
border-color: #A06919;
}
</style>