Shades of Golden Brown #A1621F
Tints of Golden Brown #A1621F
RGB
CMYK
RGB Variations
Color information
#A1621F (or 0xA1621F) is known color: Golden Brown. HEX triplet: A1, 62 and 1F. RGB value is (161,98,31). Sum of RGB (Red+Green+Blue) = 161+98+31=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1621F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1621F is #5E9DE0. Grayscale: #6D6D6D. Windows color (decimal): -6200801 or 2056865. OLE color: 2056865.
HSL color Cylindrical-coordinate representation of color #A1621F: hue angle of 30.92º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1621F is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 31 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.37 |
| HSL | 30.92º | 0.68% | 0.38% | - |
| HSV(B) | 30.92º | 0.81% | 0.63% | - |
| XYZ | 19.31 | 16.41 | 3.45 | - |
| YUV | 109.2 | 83.87 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 31 | 0 | 0.39 | 0.81 | 0.37 | 30.92 | 0.68 | 0.38 |
| Hex | A1 | 62 | 1F | 0 | 27 | 51 | 25 | 1F | 44 | 26 |
| Octal | 241 | 142 | 37 | 0 | 47 | 121 | 45 | 37 | 104 | 46 |
| Binary | 10100001 | 1100010 | 11111 | 0 | 100111 | 1010001 | 100101 | 11111 | 1000100 | 100110 |
Color Harmonies of #A1621F
Complementary color
Monochromatic Colors of #A1621F
Black with #A1621F
Text Example
Text Example
White with #A1621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1621F; }
p { color: rgb(161,98,31); }
H1.HeaderClassName
{
color: #A1621F;
}
.AnyTagClassName
{
color: #A1621F;
}
</style>
background-color css
<style>
a { background-color: #A1621F; }
a { background-color: rgb(161,98,31); }
div.DivClassName
{
background-color: #A1621F;
}
.BgClassName
{
background-color: #A1621F;
}
</style>
border-color css
<style>
span { border-color: #A1621F; }
span { border-color: rgb(161,98,31); }
td.TdClassName
{
border-color: #A1621F;
}
.TagClassName
{
border-color: #A1621F;
}
</style>