Shades of Golden Brown #A05F19
Tints of Golden Brown #A05F19
RGB
CMYK
RGB Variations
Color information
#A05F19 (or 0xA05F19) is known color: Golden Brown. HEX triplet: A0, 5F and 19. RGB value is (160,95,25). Sum of RGB (Red+Green+Blue) = 160+95+25=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05F19 is #5FA0E6. Grayscale: #6A6A6A. Windows color (decimal): -6267111 or 1662880. OLE color: 1662880.
HSL color Cylindrical-coordinate representation of color #A05F19: hue angle of 31.11º 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 #A05F19 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 95 | 25 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.37 |
| HSL | 31.11º | 0.73% | 0.36% | - |
| HSV(B) | 31.11º | 0.84% | 0.63% | - |
| XYZ | 18.76 | 15.73 | 2.97 | - |
| YUV | 106.46 | 82.03 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 25 | 0 | 0.41 | 0.84 | 0.37 | 31.11 | 0.73 | 0.36 |
| Hex | A0 | 5F | 19 | 0 | 29 | 54 | 25 | 1F | 49 | 24 |
| Octal | 240 | 137 | 31 | 0 | 51 | 124 | 45 | 37 | 111 | 44 |
| Binary | 10100000 | 1011111 | 11001 | 0 | 101001 | 1010100 | 100101 | 11111 | 1001001 | 100100 |
Color Harmonies of #A05F19
Complementary color
Monochromatic Colors of #A05F19
Black with #A05F19
Text Example
Text Example
White with #A05F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05F19; }
p { color: rgb(160,95,25); }
H1.HeaderClassName
{
color: #A05F19;
}
.AnyTagClassName
{
color: #A05F19;
}
</style>
background-color css
<style>
a { background-color: #A05F19; }
a { background-color: rgb(160,95,25); }
div.DivClassName
{
background-color: #A05F19;
}
.BgClassName
{
background-color: #A05F19;
}
</style>
border-color css
<style>
span { border-color: #A05F19; }
span { border-color: rgb(160,95,25); }
td.TdClassName
{
border-color: #A05F19;
}
.TagClassName
{
border-color: #A05F19;
}
</style>