Shades of Golden Brown #A1621A
Tints of Golden Brown #A1621A
RGB
CMYK
RGB Variations
Color information
#A1621A (or 0xA1621A) is known color: Golden Brown. HEX triplet: A1, 62 and 1A. RGB value is (161,98,26). Sum of RGB (Red+Green+Blue) = 161+98+26=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A1621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1621A is #5E9DE5. Grayscale: #6C6C6C. Windows color (decimal): -6200806 or 1729185. OLE color: 1729185.
HSL color Cylindrical-coordinate representation of color #A1621A: hue angle of 32º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1621A is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 26 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.37 |
| HSL | 32º | 0.72% | 0.37% | - |
| HSV(B) | 32º | 0.84% | 0.63% | - |
| XYZ | 19.25 | 16.39 | 3.13 | - |
| YUV | 108.63 | 81.37 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 26 | 0 | 0.39 | 0.84 | 0.37 | 32 | 0.72 | 0.37 |
| Hex | A1 | 62 | 1A | 0 | 27 | 54 | 25 | 20 | 48 | 25 |
| Octal | 241 | 142 | 32 | 0 | 47 | 124 | 45 | 40 | 110 | 45 |
| Binary | 10100001 | 1100010 | 11010 | 0 | 100111 | 1010100 | 100101 | 100000 | 1001000 | 100101 |
Color Harmonies of #A1621A
Complementary color
Monochromatic Colors of #A1621A
Black with #A1621A
Text Example
Text Example
White with #A1621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1621A; }
p { color: rgb(161,98,26); }
H1.HeaderClassName
{
color: #A1621A;
}
.AnyTagClassName
{
color: #A1621A;
}
</style>
background-color css
<style>
a { background-color: #A1621A; }
a { background-color: rgb(161,98,26); }
div.DivClassName
{
background-color: #A1621A;
}
.BgClassName
{
background-color: #A1621A;
}
</style>
border-color css
<style>
span { border-color: #A1621A; }
span { border-color: rgb(161,98,26); }
td.TdClassName
{
border-color: #A1621A;
}
.TagClassName
{
border-color: #A1621A;
}
</style>