Shades of Golden Brown #A1621D
Tints of Golden Brown #A1621D
RGB
CMYK
RGB Variations
Color information
#A1621D (or 0xA1621D) is known color: Golden Brown. HEX triplet: A1, 62 and 1D. RGB value is (161,98,29). Sum of RGB (Red+Green+Blue) = 161+98+29=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1621D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1621D is #5E9DE2. Grayscale: #6D6D6D. Windows color (decimal): -6200803 or 1925793. OLE color: 1925793.
HSL color Cylindrical-coordinate representation of color #A1621D: hue angle of 31.36º 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 #A1621D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 29 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.37 |
| HSL | 31.36º | 0.69% | 0.37% | - |
| HSV(B) | 31.36º | 0.82% | 0.63% | - |
| XYZ | 19.29 | 16.4 | 3.31 | - |
| YUV | 108.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 29 | 0 | 0.39 | 0.82 | 0.37 | 31.36 | 0.69 | 0.37 |
| Hex | A1 | 62 | 1D | 0 | 27 | 52 | 25 | 1F | 45 | 25 |
| Octal | 241 | 142 | 35 | 0 | 47 | 122 | 45 | 37 | 105 | 45 |
| Binary | 10100001 | 1100010 | 11101 | 0 | 100111 | 1010010 | 100101 | 11111 | 1000101 | 100101 |
Color Harmonies of #A1621D
Complementary color
Monochromatic Colors of #A1621D
Black with #A1621D
Text Example
Text Example
White with #A1621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1621D; }
p { color: rgb(161,98,29); }
H1.HeaderClassName
{
color: #A1621D;
}
.AnyTagClassName
{
color: #A1621D;
}
</style>
background-color css
<style>
a { background-color: #A1621D; }
a { background-color: rgb(161,98,29); }
div.DivClassName
{
background-color: #A1621D;
}
.BgClassName
{
background-color: #A1621D;
}
</style>
border-color css
<style>
span { border-color: #A1621D; }
span { border-color: rgb(161,98,29); }
td.TdClassName
{
border-color: #A1621D;
}
.TagClassName
{
border-color: #A1621D;
}
</style>