Shades of Golden Brown #A1661B
Tints of Golden Brown #A1661B
RGB
CMYK
RGB Variations
Color information
#A1661B (or 0xA1661B) is known color: Golden Brown. HEX triplet: A1, 66 and 1B. RGB value is (161,102,27). Sum of RGB (Red+Green+Blue) = 161+102+27=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1661B is #5E99E4. Grayscale: #6F6F6F. Windows color (decimal): -6199781 or 1795745. OLE color: 1795745.
HSL color Cylindrical-coordinate representation of color #A1661B: hue angle of 33.58º 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 #A1661B is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 27 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.37 |
| HSL | 33.58º | 0.71% | 0.37% | - |
| HSV(B) | 33.58º | 0.83% | 0.63% | - |
| XYZ | 19.65 | 17.16 | 3.31 | - |
| YUV | 111.09 | 80.55 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 27 | 0 | 0.37 | 0.83 | 0.37 | 33.58 | 0.71 | 0.37 |
| Hex | A1 | 66 | 1B | 0 | 25 | 53 | 25 | 22 | 47 | 25 |
| Octal | 241 | 146 | 33 | 0 | 45 | 123 | 45 | 42 | 107 | 45 |
| Binary | 10100001 | 1100110 | 11011 | 0 | 100101 | 1010011 | 100101 | 100010 | 1000111 | 100101 |
Color Harmonies of #A1661B
Complementary color
Monochromatic Colors of #A1661B
Black with #A1661B
Text Example
Text Example
White with #A1661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1661B; }
p { color: rgb(161,102,27); }
H1.HeaderClassName
{
color: #A1661B;
}
.AnyTagClassName
{
color: #A1661B;
}
</style>
background-color css
<style>
a { background-color: #A1661B; }
a { background-color: rgb(161,102,27); }
div.DivClassName
{
background-color: #A1661B;
}
.BgClassName
{
background-color: #A1661B;
}
</style>
border-color css
<style>
span { border-color: #A1661B; }
span { border-color: rgb(161,102,27); }
td.TdClassName
{
border-color: #A1661B;
}
.TagClassName
{
border-color: #A1661B;
}
</style>