Shades of Pale Brown #A07443
Tints of Pale Brown #A07443
RGB
CMYK
RGB Variations
Color information
#A07443 (or 0xA07443) is known color: Pale Brown. HEX triplet: A0, 74 and 43. RGB value is (160,116,67). Sum of RGB (Red+Green+Blue) = 160+116+67=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A07443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07443 is #5F8BBC. Grayscale: #7B7B7B. Windows color (decimal): -6261693 or 4420768. OLE color: 4420768.
HSL color Cylindrical-coordinate representation of color #A07443: hue angle of 31.61º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A07443 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 67 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.37 |
| HSL | 31.61º | 0.41% | 0.45% | - |
| HSV(B) | 31.61º | 0.58% | 0.63% | - |
| XYZ | 21.76 | 20.37 | 8.1 | - |
| YUV | 123.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 67 | 0 | 0.28 | 0.58 | 0.37 | 31.61 | 0.41 | 0.45 |
| Hex | A0 | 74 | 43 | 0 | 1C | 3A | 25 | 20 | 29 | 2D |
| Octal | 240 | 164 | 103 | 0 | 34 | 72 | 45 | 40 | 51 | 55 |
| Binary | 10100000 | 1110100 | 1000011 | 0 | 11100 | 111010 | 100101 | 100000 | 101001 | 101101 |
Color Harmonies of #A07443
Complementary color
Monochromatic Colors of #A07443
Black with #A07443
Text Example
Text Example
White with #A07443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07443; }
p { color: rgb(160,116,67); }
H1.HeaderClassName
{
color: #A07443;
}
.AnyTagClassName
{
color: #A07443;
}
</style>
background-color css
<style>
a { background-color: #A07443; }
a { background-color: rgb(160,116,67); }
div.DivClassName
{
background-color: #A07443;
}
.BgClassName
{
background-color: #A07443;
}
</style>
border-color css
<style>
span { border-color: #A07443; }
span { border-color: rgb(160,116,67); }
td.TdClassName
{
border-color: #A07443;
}
.TagClassName
{
border-color: #A07443;
}
</style>