Shades of Golden Brown #A1631D
Tints of Golden Brown #A1631D
RGB
CMYK
RGB Variations
Color information
#A1631D (or 0xA1631D) is known color: Golden Brown. HEX triplet: A1, 63 and 1D. RGB value is (161,99,29). Sum of RGB (Red+Green+Blue) = 161+99+29=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1631D is #5E9CE2. Grayscale: #6D6D6D. Windows color (decimal): -6200547 or 1926049. OLE color: 1926049.
HSL color Cylindrical-coordinate representation of color #A1631D: hue angle of 31.82º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1631D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 29 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.37 |
| HSL | 31.82º | 0.69% | 0.37% | - |
| HSV(B) | 31.82º | 0.82% | 0.63% | - |
| XYZ | 19.38 | 16.59 | 3.34 | - |
| YUV | 109.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 29 | 0 | 0.39 | 0.82 | 0.37 | 31.82 | 0.69 | 0.37 |
| Hex | A1 | 63 | 1D | 0 | 27 | 52 | 25 | 20 | 45 | 25 |
| Octal | 241 | 143 | 35 | 0 | 47 | 122 | 45 | 40 | 105 | 45 |
| Binary | 10100001 | 1100011 | 11101 | 0 | 100111 | 1010010 | 100101 | 100000 | 1000101 | 100101 |
Color Harmonies of #A1631D
Complementary color
Monochromatic Colors of #A1631D
Black with #A1631D
Text Example
Text Example
White with #A1631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1631D; }
p { color: rgb(161,99,29); }
H1.HeaderClassName
{
color: #A1631D;
}
.AnyTagClassName
{
color: #A1631D;
}
</style>
background-color css
<style>
a { background-color: #A1631D; }
a { background-color: rgb(161,99,29); }
div.DivClassName
{
background-color: #A1631D;
}
.BgClassName
{
background-color: #A1631D;
}
</style>
border-color css
<style>
span { border-color: #A1631D; }
span { border-color: rgb(161,99,29); }
td.TdClassName
{
border-color: #A1631D;
}
.TagClassName
{
border-color: #A1631D;
}
</style>