Shades of Golden Brown #A3681B
Tints of Golden Brown #A3681B
RGB
CMYK
RGB Variations
Color information
#A3681B (or 0xA3681B) is known color: Golden Brown. HEX triplet: A3, 68 and 1B. RGB value is (163,104,27). Sum of RGB (Red+Green+Blue) = 163+104+27=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3681B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3681B is #5C97E4. Grayscale: #717171. Windows color (decimal): -6068197 or 1796259. OLE color: 1796259.
HSL color Cylindrical-coordinate representation of color #A3681B: hue angle of 33.97º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3681B is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 27 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.36 |
| HSL | 33.97º | 0.72% | 0.37% | - |
| HSV(B) | 33.97º | 0.83% | 0.64% | - |
| XYZ | 20.25 | 17.77 | 3.4 | - |
| YUV | 112.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 27 | 0 | 0.36 | 0.83 | 0.36 | 33.97 | 0.72 | 0.37 |
| Hex | A3 | 68 | 1B | 0 | 24 | 53 | 24 | 22 | 48 | 25 |
| Octal | 243 | 150 | 33 | 0 | 44 | 123 | 44 | 42 | 110 | 45 |
| Binary | 10100011 | 1101000 | 11011 | 0 | 100100 | 1010011 | 100100 | 100010 | 1001000 | 100101 |
Color Harmonies of #A3681B
Complementary color
Monochromatic Colors of #A3681B
Black with #A3681B
Text Example
Text Example
White with #A3681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3681B; }
p { color: rgb(163,104,27); }
H1.HeaderClassName
{
color: #A3681B;
}
.AnyTagClassName
{
color: #A3681B;
}
</style>
background-color css
<style>
a { background-color: #A3681B; }
a { background-color: rgb(163,104,27); }
div.DivClassName
{
background-color: #A3681B;
}
.BgClassName
{
background-color: #A3681B;
}
</style>
border-color css
<style>
span { border-color: #A3681B; }
span { border-color: rgb(163,104,27); }
td.TdClassName
{
border-color: #A3681B;
}
.TagClassName
{
border-color: #A3681B;
}
</style>