Shades of Golden Brown #A3690D
Tints of Golden Brown #A3690D
RGB
CMYK
RGB Variations
Color information
#A3690D (or 0xA3690D) is known color: Golden Brown. HEX triplet: A3, 69 and 0D. RGB value is (163,105,13). Sum of RGB (Red+Green+Blue) = 163+105+13=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A3690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3690D is #5C96F2. Grayscale: #707070. Windows color (decimal): -6067955 or 879011. OLE color: 879011.
HSL color Cylindrical-coordinate representation of color #A3690D: hue angle of 36.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3690D is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 13 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.36 |
| HSL | 36.8º | 0.85% | 0.35% | - |
| HSV(B) | 36.8º | 0.92% | 0.64% | - |
| XYZ | 20.23 | 17.92 | 2.77 | - |
| YUV | 111.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 13 | 0 | 0.36 | 0.92 | 0.36 | 36.8 | 0.85 | 0.35 |
| Hex | A3 | 69 | D | 0 | 24 | 5C | 24 | 25 | 55 | 23 |
| Octal | 243 | 151 | 15 | 0 | 44 | 134 | 44 | 45 | 125 | 43 |
| Binary | 10100011 | 1101001 | 1101 | 0 | 100100 | 1011100 | 100100 | 100101 | 1010101 | 100011 |
Color Harmonies of #A3690D
Complementary color
Monochromatic Colors of #A3690D
Black with #A3690D
Text Example
Text Example
White with #A3690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3690D; }
p { color: rgb(163,105,13); }
H1.HeaderClassName
{
color: #A3690D;
}
.AnyTagClassName
{
color: #A3690D;
}
</style>
background-color css
<style>
a { background-color: #A3690D; }
a { background-color: rgb(163,105,13); }
div.DivClassName
{
background-color: #A3690D;
}
.BgClassName
{
background-color: #A3690D;
}
</style>
border-color css
<style>
span { border-color: #A3690D; }
span { border-color: rgb(163,105,13); }
td.TdClassName
{
border-color: #A3690D;
}
.TagClassName
{
border-color: #A3690D;
}
</style>