Shades of Golden Brown #A3620C
Tints of Golden Brown #A3620C
RGB
CMYK
RGB Variations
Color information
#A3620C (or 0xA3620C) is known color: Golden Brown. HEX triplet: A3, 62 and 0C. RGB value is (163,98,12). Sum of RGB (Red+Green+Blue) = 163+98+12=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3620C is #5C9DF3. Grayscale: #6C6C6C. Windows color (decimal): -6069748 or 811683. OLE color: 811683.
HSL color Cylindrical-coordinate representation of color #A3620C: hue angle of 34.17º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3620C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 98 | 12 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.36 |
| HSL | 34.17º | 0.86% | 0.34% | - |
| HSV(B) | 34.17º | 0.93% | 0.64% | - |
| XYZ | 19.54 | 16.55 | 2.51 | - |
| YUV | 107.63 | 74.03 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 12 | 0 | 0.40 | 0.93 | 0.36 | 34.17 | 0.86 | 0.34 |
| Hex | A3 | 62 | C | 0 | 28 | 5D | 24 | 22 | 56 | 22 |
| Octal | 243 | 142 | 14 | 0 | 50 | 135 | 44 | 42 | 126 | 42 |
| Binary | 10100011 | 1100010 | 1100 | 0 | 101000 | 1011101 | 100100 | 100010 | 1010110 | 100010 |
Color Harmonies of #A3620C
Complementary color
Monochromatic Colors of #A3620C
Black with #A3620C
Text Example
Text Example
White with #A3620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3620C; }
p { color: rgb(163,98,12); }
H1.HeaderClassName
{
color: #A3620C;
}
.AnyTagClassName
{
color: #A3620C;
}
</style>
background-color css
<style>
a { background-color: #A3620C; }
a { background-color: rgb(163,98,12); }
div.DivClassName
{
background-color: #A3620C;
}
.BgClassName
{
background-color: #A3620C;
}
</style>
border-color css
<style>
span { border-color: #A3620C; }
span { border-color: rgb(163,98,12); }
td.TdClassName
{
border-color: #A3620C;
}
.TagClassName
{
border-color: #A3620C;
}
</style>