Shades of Pale Brown #A07346
Tints of Pale Brown #A07346
RGB
CMYK
RGB Variations
Color information
#A07346 (or 0xA07346) is known color: Pale Brown. HEX triplet: A0, 73 and 46. RGB value is (160,115,70). Sum of RGB (Red+Green+Blue) = 160+115+70=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A07346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07346 is #5F8CB9. Grayscale: #7B7B7B. Windows color (decimal): -6261946 or 4617120. OLE color: 4617120.
HSL color Cylindrical-coordinate representation of color #A07346: hue angle of 30º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A07346 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 70 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.37 |
| HSL | 30º | 0.39% | 0.45% | - |
| HSV(B) | 30º | 0.56% | 0.63% | - |
| XYZ | 21.73 | 20.18 | 8.54 | - |
| YUV | 123.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 70 | 0 | 0.28 | 0.56 | 0.37 | 30 | 0.39 | 0.45 |
| Hex | A0 | 73 | 46 | 0 | 1C | 38 | 25 | 1E | 27 | 2D |
| Octal | 240 | 163 | 106 | 0 | 34 | 70 | 45 | 36 | 47 | 55 |
| Binary | 10100000 | 1110011 | 1000110 | 0 | 11100 | 111000 | 100101 | 11110 | 100111 | 101101 |
Color Harmonies of #A07346
Complementary color
Monochromatic Colors of #A07346
Black with #A07346
Text Example
Text Example
White with #A07346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07346; }
p { color: rgb(160,115,70); }
H1.HeaderClassName
{
color: #A07346;
}
.AnyTagClassName
{
color: #A07346;
}
</style>
background-color css
<style>
a { background-color: #A07346; }
a { background-color: rgb(160,115,70); }
div.DivClassName
{
background-color: #A07346;
}
.BgClassName
{
background-color: #A07346;
}
</style>
border-color css
<style>
span { border-color: #A07346; }
span { border-color: rgb(160,115,70); }
td.TdClassName
{
border-color: #A07346;
}
.TagClassName
{
border-color: #A07346;
}
</style>