Shades of Golden Brown #A1611D
Tints of Golden Brown #A1611D
RGB
CMYK
RGB Variations
Color information
#A1611D (or 0xA1611D) is known color: Golden Brown. HEX triplet: A1, 61 and 1D. RGB value is (161,97,29). Sum of RGB (Red+Green+Blue) = 161+97+29=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1611D is #5E9EE2. Grayscale: #6C6C6C. Windows color (decimal): -6201059 or 1925537. OLE color: 1925537.
HSL color Cylindrical-coordinate representation of color #A1611D: hue angle of 30.91º 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 #A1611D is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 29 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.37 |
| HSL | 30.91º | 0.69% | 0.37% | - |
| HSV(B) | 30.91º | 0.82% | 0.63% | - |
| XYZ | 19.19 | 16.22 | 3.28 | - |
| YUV | 108.38 | 83.2 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 29 | 0 | 0.40 | 0.82 | 0.37 | 30.91 | 0.69 | 0.37 |
| Hex | A1 | 61 | 1D | 0 | 28 | 52 | 25 | 1F | 45 | 25 |
| Octal | 241 | 141 | 35 | 0 | 50 | 122 | 45 | 37 | 105 | 45 |
| Binary | 10100001 | 1100001 | 11101 | 0 | 101000 | 1010010 | 100101 | 11111 | 1000101 | 100101 |
Color Harmonies of #A1611D
Complementary color
Monochromatic Colors of #A1611D
Black with #A1611D
Text Example
Text Example
White with #A1611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1611D; }
p { color: rgb(161,97,29); }
H1.HeaderClassName
{
color: #A1611D;
}
.AnyTagClassName
{
color: #A1611D;
}
</style>
background-color css
<style>
a { background-color: #A1611D; }
a { background-color: rgb(161,97,29); }
div.DivClassName
{
background-color: #A1611D;
}
.BgClassName
{
background-color: #A1611D;
}
</style>
border-color css
<style>
span { border-color: #A1611D; }
span { border-color: rgb(161,97,29); }
td.TdClassName
{
border-color: #A1611D;
}
.TagClassName
{
border-color: #A1611D;
}
</style>