Shades of Golden Brown #A1731A
Tints of Golden Brown #A1731A
RGB
CMYK
RGB Variations
Color information
#A1731A (or 0xA1731A) is known color: Golden Brown. HEX triplet: A1, 73 and 1A. RGB value is (161,115,26). Sum of RGB (Red+Green+Blue) = 161+115+26=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A1731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1731A is #5E8CE5. Grayscale: #777777. Windows color (decimal): -6196454 or 1733537. OLE color: 1733537.
HSL color Cylindrical-coordinate representation of color #A1731A: hue angle of 39.56º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1731A is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 26 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.37 |
| HSL | 39.56º | 0.72% | 0.37% | - |
| HSV(B) | 39.56º | 0.84% | 0.63% | - |
| XYZ | 21.02 | 19.91 | 3.71 | - |
| YUV | 118.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 26 | 0 | 0.29 | 0.84 | 0.37 | 39.56 | 0.72 | 0.37 |
| Hex | A1 | 73 | 1A | 0 | 1D | 54 | 25 | 28 | 48 | 25 |
| Octal | 241 | 163 | 32 | 0 | 35 | 124 | 45 | 50 | 110 | 45 |
| Binary | 10100001 | 1110011 | 11010 | 0 | 11101 | 1010100 | 100101 | 101000 | 1001000 | 100101 |
Color Harmonies of #A1731A
Complementary color
Monochromatic Colors of #A1731A
Black with #A1731A
Text Example
Text Example
White with #A1731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1731A; }
p { color: rgb(161,115,26); }
H1.HeaderClassName
{
color: #A1731A;
}
.AnyTagClassName
{
color: #A1731A;
}
</style>
background-color css
<style>
a { background-color: #A1731A; }
a { background-color: rgb(161,115,26); }
div.DivClassName
{
background-color: #A1731A;
}
.BgClassName
{
background-color: #A1731A;
}
</style>
border-color css
<style>
span { border-color: #A1731A; }
span { border-color: rgb(161,115,26); }
td.TdClassName
{
border-color: #A1731A;
}
.TagClassName
{
border-color: #A1731A;
}
</style>