Shades of Golden Brown #A3691D
Tints of Golden Brown #A3691D
RGB
CMYK
RGB Variations
Color information
#A3691D (or 0xA3691D) is known color: Golden Brown. HEX triplet: A3, 69 and 1D. RGB value is (163,105,29). Sum of RGB (Red+Green+Blue) = 163+105+29=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A3691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3691D is #5C96E2. Grayscale: #727272. Windows color (decimal): -6067939 or 1927587. OLE color: 1927587.
HSL color Cylindrical-coordinate representation of color #A3691D: hue angle of 34.03º 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 #A3691D is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 29 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.36 |
| HSL | 34.03º | 0.7% | 0.38% | - |
| HSV(B) | 34.03º | 0.82% | 0.64% | - |
| XYZ | 20.38 | 17.98 | 3.56 | - |
| YUV | 113.68 | 80.22 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 29 | 0 | 0.36 | 0.82 | 0.36 | 34.03 | 0.7 | 0.38 |
| Hex | A3 | 69 | 1D | 0 | 24 | 52 | 24 | 22 | 46 | 26 |
| Octal | 243 | 151 | 35 | 0 | 44 | 122 | 44 | 42 | 106 | 46 |
| Binary | 10100011 | 1101001 | 11101 | 0 | 100100 | 1010010 | 100100 | 100010 | 1000110 | 100110 |
Color Harmonies of #A3691D
Complementary color
Monochromatic Colors of #A3691D
Black with #A3691D
Text Example
Text Example
White with #A3691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3691D; }
p { color: rgb(163,105,29); }
H1.HeaderClassName
{
color: #A3691D;
}
.AnyTagClassName
{
color: #A3691D;
}
</style>
background-color css
<style>
a { background-color: #A3691D; }
a { background-color: rgb(163,105,29); }
div.DivClassName
{
background-color: #A3691D;
}
.BgClassName
{
background-color: #A3691D;
}
</style>
border-color css
<style>
span { border-color: #A3691D; }
span { border-color: rgb(163,105,29); }
td.TdClassName
{
border-color: #A3691D;
}
.TagClassName
{
border-color: #A3691D;
}
</style>