Shades of Golden Brown #A3650F
Tints of Golden Brown #A3650F
RGB
CMYK
RGB Variations
Color information
#A3650F (or 0xA3650F) is known color: Golden Brown. HEX triplet: A3, 65 and 0F. RGB value is (163,101,15). Sum of RGB (Red+Green+Blue) = 163+101+15=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A3650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3650F is #5C9AF0. Grayscale: #6E6E6E. Windows color (decimal): -6068977 or 1009059. OLE color: 1009059.
HSL color Cylindrical-coordinate representation of color #A3650F: hue angle of 34.86º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3650F is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 15 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.36 |
| HSL | 34.86º | 0.83% | 0.35% | - |
| HSV(B) | 34.86º | 0.91% | 0.64% | - |
| XYZ | 19.84 | 17.13 | 2.71 | - |
| YUV | 109.73 | 74.54 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 15 | 0 | 0.38 | 0.91 | 0.36 | 34.86 | 0.83 | 0.35 |
| Hex | A3 | 65 | F | 0 | 26 | 5B | 24 | 23 | 53 | 23 |
| Octal | 243 | 145 | 17 | 0 | 46 | 133 | 44 | 43 | 123 | 43 |
| Binary | 10100011 | 1100101 | 1111 | 0 | 100110 | 1011011 | 100100 | 100011 | 1010011 | 100011 |
Color Harmonies of #A3650F
Complementary color
Monochromatic Colors of #A3650F
Black with #A3650F
Text Example
Text Example
White with #A3650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3650F; }
p { color: rgb(163,101,15); }
H1.HeaderClassName
{
color: #A3650F;
}
.AnyTagClassName
{
color: #A3650F;
}
</style>
background-color css
<style>
a { background-color: #A3650F; }
a { background-color: rgb(163,101,15); }
div.DivClassName
{
background-color: #A3650F;
}
.BgClassName
{
background-color: #A3650F;
}
</style>
border-color css
<style>
span { border-color: #A3650F; }
span { border-color: rgb(163,101,15); }
td.TdClassName
{
border-color: #A3650F;
}
.TagClassName
{
border-color: #A3650F;
}
</style>