Shades of Golden Brown #A1631F
Tints of Golden Brown #A1631F
RGB
CMYK
RGB Variations
Color information
#A1631F (or 0xA1631F) is known color: Golden Brown. HEX triplet: A1, 63 and 1F. RGB value is (161,99,31). Sum of RGB (Red+Green+Blue) = 161+99+31=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A1631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1631F is #5E9CE0. Grayscale: #6E6E6E. Windows color (decimal): -6200545 or 2057121. OLE color: 2057121.
HSL color Cylindrical-coordinate representation of color #A1631F: hue angle of 31.38º 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 #A1631F is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 31 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.37 |
| HSL | 31.38º | 0.68% | 0.38% | - |
| HSV(B) | 31.38º | 0.81% | 0.63% | - |
| XYZ | 19.41 | 16.6 | 3.48 | - |
| YUV | 109.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 31 | 0 | 0.39 | 0.81 | 0.37 | 31.38 | 0.68 | 0.38 |
| Hex | A1 | 63 | 1F | 0 | 27 | 51 | 25 | 1F | 44 | 26 |
| Octal | 241 | 143 | 37 | 0 | 47 | 121 | 45 | 37 | 104 | 46 |
| Binary | 10100001 | 1100011 | 11111 | 0 | 100111 | 1010001 | 100101 | 11111 | 1000100 | 100110 |
Color Harmonies of #A1631F
Complementary color
Monochromatic Colors of #A1631F
Black with #A1631F
Text Example
Text Example
White with #A1631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1631F; }
p { color: rgb(161,99,31); }
H1.HeaderClassName
{
color: #A1631F;
}
.AnyTagClassName
{
color: #A1631F;
}
</style>
background-color css
<style>
a { background-color: #A1631F; }
a { background-color: rgb(161,99,31); }
div.DivClassName
{
background-color: #A1631F;
}
.BgClassName
{
background-color: #A1631F;
}
</style>
border-color css
<style>
span { border-color: #A1631F; }
span { border-color: rgb(161,99,31); }
td.TdClassName
{
border-color: #A1631F;
}
.TagClassName
{
border-color: #A1631F;
}
</style>