Shades of Golden Brown #A3570E
Tints of Golden Brown #A3570E
RGB
CMYK
RGB Variations
Color information
#A3570E (or 0xA3570E) is known color: Golden Brown. HEX triplet: A3, 57 and 0E. RGB value is (163,87,14). Sum of RGB (Red+Green+Blue) = 163+87+14=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A3570E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3570E is #5CA8F1. Grayscale: #656565. Windows color (decimal): -6072562 or 939939. OLE color: 939939.
HSL color Cylindrical-coordinate representation of color #A3570E: hue angle of 29.4º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3570E is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 87 | 14 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.36 |
| HSL | 29.4º | 0.84% | 0.35% | - |
| HSV(B) | 29.4º | 0.91% | 0.64% | - |
| XYZ | 18.59 | 14.63 | 2.26 | - |
| YUV | 101.4 | 78.68 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 14 | 0 | 0.47 | 0.91 | 0.36 | 29.4 | 0.84 | 0.35 |
| Hex | A3 | 57 | E | 0 | 2F | 5B | 24 | 1D | 54 | 23 |
| Octal | 243 | 127 | 16 | 0 | 57 | 133 | 44 | 35 | 124 | 43 |
| Binary | 10100011 | 1010111 | 1110 | 0 | 101111 | 1011011 | 100100 | 11101 | 1010100 | 100011 |
Color Harmonies of #A3570E
Complementary color
Monochromatic Colors of #A3570E
Black with #A3570E
Text Example
Text Example
White with #A3570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3570E; }
p { color: rgb(163,87,14); }
H1.HeaderClassName
{
color: #A3570E;
}
.AnyTagClassName
{
color: #A3570E;
}
</style>
background-color css
<style>
a { background-color: #A3570E; }
a { background-color: rgb(163,87,14); }
div.DivClassName
{
background-color: #A3570E;
}
.BgClassName
{
background-color: #A3570E;
}
</style>
border-color css
<style>
span { border-color: #A3570E; }
span { border-color: rgb(163,87,14); }
td.TdClassName
{
border-color: #A3570E;
}
.TagClassName
{
border-color: #A3570E;
}
</style>