Shades of Golden Brown #A3631D
Tints of Golden Brown #A3631D
RGB
CMYK
RGB Variations
Color information
#A3631D (or 0xA3631D) is known color: Golden Brown. HEX triplet: A3, 63 and 1D. RGB value is (163,99,29). Sum of RGB (Red+Green+Blue) = 163+99+29=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3631D is #5C9CE2. Grayscale: #6E6E6E. Windows color (decimal): -6069475 or 1926051. OLE color: 1926051.
HSL color Cylindrical-coordinate representation of color #A3631D: hue angle of 31.34º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3631D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 99 | 29 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.36 |
| HSL | 31.34º | 0.7% | 0.38% | - |
| HSV(B) | 31.34º | 0.82% | 0.64% | - |
| XYZ | 19.79 | 16.8 | 3.36 | - |
| YUV | 110.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 29 | 0 | 0.39 | 0.82 | 0.36 | 31.34 | 0.7 | 0.38 |
| Hex | A3 | 63 | 1D | 0 | 27 | 52 | 24 | 1F | 46 | 26 |
| Octal | 243 | 143 | 35 | 0 | 47 | 122 | 44 | 37 | 106 | 46 |
| Binary | 10100011 | 1100011 | 11101 | 0 | 100111 | 1010010 | 100100 | 11111 | 1000110 | 100110 |
Color Harmonies of #A3631D
Complementary color
Monochromatic Colors of #A3631D
Black with #A3631D
Text Example
Text Example
White with #A3631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3631D; }
p { color: rgb(163,99,29); }
H1.HeaderClassName
{
color: #A3631D;
}
.AnyTagClassName
{
color: #A3631D;
}
</style>
background-color css
<style>
a { background-color: #A3631D; }
a { background-color: rgb(163,99,29); }
div.DivClassName
{
background-color: #A3631D;
}
.BgClassName
{
background-color: #A3631D;
}
</style>
border-color css
<style>
span { border-color: #A3631D; }
span { border-color: rgb(163,99,29); }
td.TdClassName
{
border-color: #A3631D;
}
.TagClassName
{
border-color: #A3631D;
}
</style>