Shades of Golden Brown #A1611B
Tints of Golden Brown #A1611B
RGB
CMYK
RGB Variations
Color information
#A1611B (or 0xA1611B) is known color: Golden Brown. HEX triplet: A1, 61 and 1B. RGB value is (161,97,27). Sum of RGB (Red+Green+Blue) = 161+97+27=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A1611B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1611B is #5E9EE4. Grayscale: #6C6C6C. Windows color (decimal): -6201061 or 1794465. OLE color: 1794465.
HSL color Cylindrical-coordinate representation of color #A1611B: hue angle of 31.34º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1611B is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 27 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.37 |
| HSL | 31.34º | 0.71% | 0.37% | - |
| HSV(B) | 31.34º | 0.83% | 0.63% | - |
| XYZ | 19.17 | 16.21 | 3.15 | - |
| YUV | 108.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 27 | 0 | 0.40 | 0.83 | 0.37 | 31.34 | 0.71 | 0.37 |
| Hex | A1 | 61 | 1B | 0 | 28 | 53 | 25 | 1F | 47 | 25 |
| Octal | 241 | 141 | 33 | 0 | 50 | 123 | 45 | 37 | 107 | 45 |
| Binary | 10100001 | 1100001 | 11011 | 0 | 101000 | 1010011 | 100101 | 11111 | 1000111 | 100101 |
Color Harmonies of #A1611B
Complementary color
Monochromatic Colors of #A1611B
Black with #A1611B
Text Example
Text Example
White with #A1611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1611B; }
p { color: rgb(161,97,27); }
H1.HeaderClassName
{
color: #A1611B;
}
.AnyTagClassName
{
color: #A1611B;
}
</style>
background-color css
<style>
a { background-color: #A1611B; }
a { background-color: rgb(161,97,27); }
div.DivClassName
{
background-color: #A1611B;
}
.BgClassName
{
background-color: #A1611B;
}
</style>
border-color css
<style>
span { border-color: #A1611B; }
span { border-color: rgb(161,97,27); }
td.TdClassName
{
border-color: #A1611B;
}
.TagClassName
{
border-color: #A1611B;
}
</style>