Shades of Golden Brown #A3520D
Tints of Golden Brown #A3520D
RGB
CMYK
RGB Variations
Color information
#A3520D (or 0xA3520D) is known color: Golden Brown. HEX triplet: A3, 52 and 0D. RGB value is (163,82,13). Sum of RGB (Red+Green+Blue) = 163+82+13=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3520D is #5CADF2. Grayscale: #626262. Windows color (decimal): -6073843 or 873123. OLE color: 873123.
HSL color Cylindrical-coordinate representation of color #A3520D: hue angle of 27.6º 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 #A3520D is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 82 | 13 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.36 |
| HSL | 27.6º | 0.85% | 0.35% | - |
| HSV(B) | 27.6º | 0.92% | 0.64% | - |
| XYZ | 18.19 | 13.85 | 2.1 | - |
| YUV | 98.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 13 | 0 | 0.50 | 0.92 | 0.36 | 27.6 | 0.85 | 0.35 |
| Hex | A3 | 52 | D | 0 | 32 | 5C | 24 | 1C | 55 | 23 |
| Octal | 243 | 122 | 15 | 0 | 62 | 134 | 44 | 34 | 125 | 43 |
| Binary | 10100011 | 1010010 | 1101 | 0 | 110010 | 1011100 | 100100 | 11100 | 1010101 | 100011 |
Color Harmonies of #A3520D
Complementary color
Monochromatic Colors of #A3520D
Black with #A3520D
Text Example
Text Example
White with #A3520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3520D; }
p { color: rgb(163,82,13); }
H1.HeaderClassName
{
color: #A3520D;
}
.AnyTagClassName
{
color: #A3520D;
}
</style>
background-color css
<style>
a { background-color: #A3520D; }
a { background-color: rgb(163,82,13); }
div.DivClassName
{
background-color: #A3520D;
}
.BgClassName
{
background-color: #A3520D;
}
</style>
border-color css
<style>
span { border-color: #A3520D; }
span { border-color: rgb(163,82,13); }
td.TdClassName
{
border-color: #A3520D;
}
.TagClassName
{
border-color: #A3520D;
}
</style>