Shades of Golden Brown #A3620B
Tints of Golden Brown #A3620B
RGB
CMYK
RGB Variations
Color information
#A3620B (or 0xA3620B) is known color: Golden Brown. HEX triplet: A3, 62 and 0B. RGB value is (163,98,11). Sum of RGB (Red+Green+Blue) = 163+98+11=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3620B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3620B is #5C9DF4. Grayscale: #6B6B6B. Windows color (decimal): -6069749 or 746147. OLE color: 746147.
HSL color Cylindrical-coordinate representation of color #A3620B: hue angle of 34.34º degrees, saturation: 0.87, 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 #A3620B is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 98 | 11 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.36 |
| HSL | 34.34º | 0.87% | 0.34% | - |
| HSV(B) | 34.34º | 0.93% | 0.64% | - |
| XYZ | 19.53 | 16.55 | 2.48 | - |
| YUV | 107.52 | 73.53 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 11 | 0 | 0.40 | 0.93 | 0.36 | 34.34 | 0.87 | 0.34 |
| Hex | A3 | 62 | B | 0 | 28 | 5D | 24 | 22 | 57 | 22 |
| Octal | 243 | 142 | 13 | 0 | 50 | 135 | 44 | 42 | 127 | 42 |
| Binary | 10100011 | 1100010 | 1011 | 0 | 101000 | 1011101 | 100100 | 100010 | 1010111 | 100010 |
Color Harmonies of #A3620B
Complementary color
Monochromatic Colors of #A3620B
Black with #A3620B
Text Example
Text Example
White with #A3620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3620B; }
p { color: rgb(163,98,11); }
H1.HeaderClassName
{
color: #A3620B;
}
.AnyTagClassName
{
color: #A3620B;
}
</style>
background-color css
<style>
a { background-color: #A3620B; }
a { background-color: rgb(163,98,11); }
div.DivClassName
{
background-color: #A3620B;
}
.BgClassName
{
background-color: #A3620B;
}
</style>
border-color css
<style>
span { border-color: #A3620B; }
span { border-color: rgb(163,98,11); }
td.TdClassName
{
border-color: #A3620B;
}
.TagClassName
{
border-color: #A3620B;
}
</style>