Shades of Golden Brown #A3670D
Tints of Golden Brown #A3670D
RGB
CMYK
RGB Variations
Color information
#A3670D (or 0xA3670D) is known color: Golden Brown. HEX triplet: A3, 67 and 0D. RGB value is (163,103,13). Sum of RGB (Red+Green+Blue) = 163+103+13=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A3670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3670D is #5C98F2. Grayscale: #6F6F6F. Windows color (decimal): -6068467 or 878499. OLE color: 878499.
HSL color Cylindrical-coordinate representation of color #A3670D: hue angle of 36º 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 #A3670D is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 13 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.36 |
| HSL | 36º | 0.85% | 0.35% | - |
| HSV(B) | 36º | 0.92% | 0.64% | - |
| XYZ | 20.03 | 17.52 | 2.71 | - |
| YUV | 110.68 | 72.88 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 13 | 0 | 0.37 | 0.92 | 0.36 | 36 | 0.85 | 0.35 |
| Hex | A3 | 67 | D | 0 | 25 | 5C | 24 | 24 | 55 | 23 |
| Octal | 243 | 147 | 15 | 0 | 45 | 134 | 44 | 44 | 125 | 43 |
| Binary | 10100011 | 1100111 | 1101 | 0 | 100101 | 1011100 | 100100 | 100100 | 1010101 | 100011 |
Color Harmonies of #A3670D
Complementary color
Monochromatic Colors of #A3670D
Black with #A3670D
Text Example
Text Example
White with #A3670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3670D; }
p { color: rgb(163,103,13); }
H1.HeaderClassName
{
color: #A3670D;
}
.AnyTagClassName
{
color: #A3670D;
}
</style>
background-color css
<style>
a { background-color: #A3670D; }
a { background-color: rgb(163,103,13); }
div.DivClassName
{
background-color: #A3670D;
}
.BgClassName
{
background-color: #A3670D;
}
</style>
border-color css
<style>
span { border-color: #A3670D; }
span { border-color: rgb(163,103,13); }
td.TdClassName
{
border-color: #A3670D;
}
.TagClassName
{
border-color: #A3670D;
}
</style>