Shades of Golden Brown #A3530A
Tints of Golden Brown #A3530A
RGB
CMYK
RGB Variations
Color information
#A3530A (or 0xA3530A) is known color: Golden Brown. HEX triplet: A3, 53 and 0A. RGB value is (163,83,10). Sum of RGB (Red+Green+Blue) = 163+83+10=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3530A is #5CACF5. Grayscale: #626262. Windows color (decimal): -6073590 or 676771. OLE color: 676771.
HSL color Cylindrical-coordinate representation of color #A3530A: hue angle of 28.63º 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 #A3530A is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 83 | 10 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.36 |
| HSL | 28.63º | 0.88% | 0.34% | - |
| HSV(B) | 28.63º | 0.94% | 0.64% | - |
| XYZ | 18.25 | 13.99 | 2.03 | - |
| YUV | 98.6 | 78 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 10 | 0 | 0.49 | 0.94 | 0.36 | 28.63 | 0.88 | 0.34 |
| Hex | A3 | 53 | A | 0 | 31 | 5E | 24 | 1D | 58 | 22 |
| Octal | 243 | 123 | 12 | 0 | 61 | 136 | 44 | 35 | 130 | 42 |
| Binary | 10100011 | 1010011 | 1010 | 0 | 110001 | 1011110 | 100100 | 11101 | 1011000 | 100010 |
Color Harmonies of #A3530A
Complementary color
Monochromatic Colors of #A3530A
Black with #A3530A
Text Example
Text Example
White with #A3530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3530A; }
p { color: rgb(163,83,10); }
H1.HeaderClassName
{
color: #A3530A;
}
.AnyTagClassName
{
color: #A3530A;
}
</style>
background-color css
<style>
a { background-color: #A3530A; }
a { background-color: rgb(163,83,10); }
div.DivClassName
{
background-color: #A3530A;
}
.BgClassName
{
background-color: #A3530A;
}
</style>
border-color css
<style>
span { border-color: #A3530A; }
span { border-color: rgb(163,83,10); }
td.TdClassName
{
border-color: #A3530A;
}
.TagClassName
{
border-color: #A3530A;
}
</style>