Shades of Golden Brown #A3540A
Tints of Golden Brown #A3540A
RGB
CMYK
RGB Variations
Color information
#A3540A (or 0xA3540A) is known color: Golden Brown. HEX triplet: A3, 54 and 0A. RGB value is (163,84,10). Sum of RGB (Red+Green+Blue) = 163+84+10=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3540A is #5CABF5. Grayscale: #636363. Windows color (decimal): -6073334 or 677027. OLE color: 677027.
HSL color Cylindrical-coordinate representation of color #A3540A: hue angle of 29.02º 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 #A3540A is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 84 | 10 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.36 |
| HSL | 29.02º | 0.88% | 0.34% | - |
| HSV(B) | 29.02º | 0.94% | 0.64% | - |
| XYZ | 18.33 | 14.15 | 2.05 | - |
| YUV | 99.19 | 77.67 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 84 | 10 | 0 | 0.48 | 0.94 | 0.36 | 29.02 | 0.88 | 0.34 |
| Hex | A3 | 54 | A | 0 | 30 | 5E | 24 | 1D | 58 | 22 |
| Octal | 243 | 124 | 12 | 0 | 60 | 136 | 44 | 35 | 130 | 42 |
| Binary | 10100011 | 1010100 | 1010 | 0 | 110000 | 1011110 | 100100 | 11101 | 1011000 | 100010 |
Color Harmonies of #A3540A
Complementary color
Monochromatic Colors of #A3540A
Black with #A3540A
Text Example
Text Example
White with #A3540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3540A; }
p { color: rgb(163,84,10); }
H1.HeaderClassName
{
color: #A3540A;
}
.AnyTagClassName
{
color: #A3540A;
}
</style>
background-color css
<style>
a { background-color: #A3540A; }
a { background-color: rgb(163,84,10); }
div.DivClassName
{
background-color: #A3540A;
}
.BgClassName
{
background-color: #A3540A;
}
</style>
border-color css
<style>
span { border-color: #A3540A; }
span { border-color: rgb(163,84,10); }
td.TdClassName
{
border-color: #A3540A;
}
.TagClassName
{
border-color: #A3540A;
}
</style>