Shades of Golden Brown #A1601D
Tints of Golden Brown #A1601D
RGB
CMYK
RGB Variations
Color information
#A1601D (or 0xA1601D) is known color: Golden Brown. HEX triplet: A1, 60 and 1D. RGB value is (161,96,29). Sum of RGB (Red+Green+Blue) = 161+96+29=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A1601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1601D is #5E9FE2. Grayscale: #6C6C6C. Windows color (decimal): -6201315 or 1925281. OLE color: 1925281.
HSL color Cylindrical-coordinate representation of color #A1601D: hue angle of 30.45º 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 #A1601D is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 29 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.37 |
| HSL | 30.45º | 0.69% | 0.37% | - |
| HSV(B) | 30.45º | 0.82% | 0.63% | - |
| XYZ | 19.1 | 16.03 | 3.25 | - |
| YUV | 107.8 | 83.53 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 29 | 0 | 0.40 | 0.82 | 0.37 | 30.45 | 0.69 | 0.37 |
| Hex | A1 | 60 | 1D | 0 | 28 | 52 | 25 | 1E | 45 | 25 |
| Octal | 241 | 140 | 35 | 0 | 50 | 122 | 45 | 36 | 105 | 45 |
| Binary | 10100001 | 1100000 | 11101 | 0 | 101000 | 1010010 | 100101 | 11110 | 1000101 | 100101 |
Color Harmonies of #A1601D
Complementary color
Monochromatic Colors of #A1601D
Black with #A1601D
Text Example
Text Example
White with #A1601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1601D; }
p { color: rgb(161,96,29); }
H1.HeaderClassName
{
color: #A1601D;
}
.AnyTagClassName
{
color: #A1601D;
}
</style>
background-color css
<style>
a { background-color: #A1601D; }
a { background-color: rgb(161,96,29); }
div.DivClassName
{
background-color: #A1601D;
}
.BgClassName
{
background-color: #A1601D;
}
</style>
border-color css
<style>
span { border-color: #A1601D; }
span { border-color: rgb(161,96,29); }
td.TdClassName
{
border-color: #A1601D;
}
.TagClassName
{
border-color: #A1601D;
}
</style>