Shades of Golden Brown #A3650A
Tints of Golden Brown #A3650A
RGB
CMYK
RGB Variations
Color information
#A3650A (or 0xA3650A) is known color: Golden Brown. HEX triplet: A3, 65 and 0A. RGB value is (163,101,10). Sum of RGB (Red+Green+Blue) = 163+101+10=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3650A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3650A is #5C9AF5. Grayscale: #6D6D6D. Windows color (decimal): -6068982 or 681379. OLE color: 681379.
HSL color Cylindrical-coordinate representation of color #A3650A: hue angle of 35.69º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3650A is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 10 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.36 |
| HSL | 35.69º | 0.88% | 0.34% | - |
| HSV(B) | 35.69º | 0.94% | 0.64% | - |
| XYZ | 19.81 | 17.12 | 2.55 | - |
| YUV | 109.16 | 72.04 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 10 | 0 | 0.38 | 0.94 | 0.36 | 35.69 | 0.88 | 0.34 |
| Hex | A3 | 65 | A | 0 | 26 | 5E | 24 | 24 | 58 | 22 |
| Octal | 243 | 145 | 12 | 0 | 46 | 136 | 44 | 44 | 130 | 42 |
| Binary | 10100011 | 1100101 | 1010 | 0 | 100110 | 1011110 | 100100 | 100100 | 1011000 | 100010 |
Color Harmonies of #A3650A
Complementary color
Monochromatic Colors of #A3650A
Black with #A3650A
Text Example
Text Example
White with #A3650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3650A; }
p { color: rgb(163,101,10); }
H1.HeaderClassName
{
color: #A3650A;
}
.AnyTagClassName
{
color: #A3650A;
}
</style>
background-color css
<style>
a { background-color: #A3650A; }
a { background-color: rgb(163,101,10); }
div.DivClassName
{
background-color: #A3650A;
}
.BgClassName
{
background-color: #A3650A;
}
</style>
border-color css
<style>
span { border-color: #A3650A; }
span { border-color: rgb(163,101,10); }
td.TdClassName
{
border-color: #A3650A;
}
.TagClassName
{
border-color: #A3650A;
}
</style>