Shades of Golden Brown #A3580D
Tints of Golden Brown #A3580D
RGB
CMYK
RGB Variations
Color information
#A3580D (or 0xA3580D) is known color: Golden Brown. HEX triplet: A3, 58 and 0D. RGB value is (163,88,13). Sum of RGB (Red+Green+Blue) = 163+88+13=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A3580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3580D is #5CA7F2. Grayscale: #666666. Windows color (decimal): -6072307 or 874659. OLE color: 874659.
HSL color Cylindrical-coordinate representation of color #A3580D: hue angle of 30º 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 #A3580D is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 88 | 13 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.36 |
| HSL | 30º | 0.85% | 0.35% | - |
| HSV(B) | 30º | 0.92% | 0.64% | - |
| XYZ | 18.67 | 14.8 | 2.25 | - |
| YUV | 101.88 | 77.85 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 13 | 0 | 0.46 | 0.92 | 0.36 | 30 | 0.85 | 0.35 |
| Hex | A3 | 58 | D | 0 | 2E | 5C | 24 | 1E | 55 | 23 |
| Octal | 243 | 130 | 15 | 0 | 56 | 134 | 44 | 36 | 125 | 43 |
| Binary | 10100011 | 1011000 | 1101 | 0 | 101110 | 1011100 | 100100 | 11110 | 1010101 | 100011 |
Color Harmonies of #A3580D
Complementary color
Monochromatic Colors of #A3580D
Black with #A3580D
Text Example
Text Example
White with #A3580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3580D; }
p { color: rgb(163,88,13); }
H1.HeaderClassName
{
color: #A3580D;
}
.AnyTagClassName
{
color: #A3580D;
}
</style>
background-color css
<style>
a { background-color: #A3580D; }
a { background-color: rgb(163,88,13); }
div.DivClassName
{
background-color: #A3580D;
}
.BgClassName
{
background-color: #A3580D;
}
</style>
border-color css
<style>
span { border-color: #A3580D; }
span { border-color: rgb(163,88,13); }
td.TdClassName
{
border-color: #A3580D;
}
.TagClassName
{
border-color: #A3580D;
}
</style>